@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountSettingsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccountSettingsResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResult |
clone() |
boolean |
equals(Object obj) |
AccountSettings |
getAccountSettings()
The Proton pipeline service role detail data that's returned by Proton.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
accountSettings
- The Proton pipeline service role detail data that's returned by Proton.public AccountSettings getAccountSettings()
The Proton pipeline service role detail data that's returned by Proton.
public GetAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The Proton pipeline service role detail data that's returned by Proton.
accountSettings
- The Proton pipeline service role detail data that's returned by Proton.public String toString()
toString
in class Object
Object.toString()
public GetAccountSettingsResult clone()