Class GetAccountSettingsResult
java.lang.Object
com.amazonaws.services.devicefarm.model.GetAccountSettingsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the account settings return values from the
GetAccountSettings
request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setAccountSettings
(AccountSettings accountSettings) toString()
Returns a string representation of this object; useful for testing and debugging.withAccountSettings
(AccountSettings accountSettings)
-
Constructor Details
-
GetAccountSettingsResult
public GetAccountSettingsResult()
-
-
Method Details
-
setAccountSettings
- Parameters:
accountSettings
-
-
getAccountSettings
- Returns:
-
withAccountSettings
- Parameters:
accountSettings
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-