@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 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.
|
GetAccountSettingsResult |
withAccountSettings(AccountSettings accountSettings)
The AWS Proton pipeline service role detail data that's returned by AWS Proton.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 GetAccountSettingsResult 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 ObjectObject.toString()public GetAccountSettingsResult clone()
Copyright © 2021. All rights reserved.