Class GetAccountSettingsResult
- java.lang.Object
-
- com.amazonaws.services.devicefarm.model.GetAccountSettingsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetAccountSettingsResult extends Object implements Serializable, Cloneable
Represents the account settings return values from the
GetAccountSettingsrequest.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetAccountSettingsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAccountSettingsResultclone()booleanequals(Object obj)AccountSettingsgetAccountSettings()inthashCode()voidsetAccountSettings(AccountSettings accountSettings)StringtoString()Returns a string representation of this object; useful for testing and debugging.GetAccountSettingsResultwithAccountSettings(AccountSettings accountSettings)
-
-
-
Method Detail
-
setAccountSettings
public void setAccountSettings(AccountSettings accountSettings)
- Parameters:
accountSettings-
-
getAccountSettings
public AccountSettings getAccountSettings()
- Returns:
-
withAccountSettings
public GetAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
- Parameters:
accountSettings-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetAccountSettingsResult clone()
-
-