@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 AWS Proton pipeline service role detail data that's returned by AWS Proton.
|
int |
hashCode() |
void |
setAccountSettings(AccountSettings accountSettings)
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountSettings(AccountSettings accountSettings)
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
accountSettings
- The AWS Proton pipeline service role detail data that's returned by AWS Proton.public AccountSettings getAccountSettings()
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
public UpdateAccountSettingsResult withAccountSettings(AccountSettings accountSettings)
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
accountSettings
- The AWS Proton pipeline service role detail data that's returned by AWS Proton.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsResult clone()