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()booleaninthashCode()voidsetAccountSettings(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