@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountSettingsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountSettingsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Chime account ID.
|
AccountSettings |
getAccountSettings()
The Amazon Chime account settings to update.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setAccountSettings(AccountSettings accountSettings)
The Amazon Chime account settings to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountSettingsRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
UpdateAccountSettingsRequest |
withAccountSettings(AccountSettings accountSettings)
The Amazon Chime account settings to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public String getAccountId()
The Amazon Chime account ID.
public UpdateAccountSettingsRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setAccountSettings(AccountSettings accountSettings)
The Amazon Chime account settings to update.
accountSettings
- The Amazon Chime account settings to update.public AccountSettings getAccountSettings()
The Amazon Chime account settings to update.
public UpdateAccountSettingsRequest withAccountSettings(AccountSettings accountSettings)
The Amazon Chime account settings to update.
accountSettings
- The Amazon Chime account settings to update.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountSettingsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()