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