@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountRequest |
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.
|
String |
getName()
The new name for the specified Amazon Chime account.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Chime account ID.
|
void |
setName(String name)
The new name for the specified Amazon Chime account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAccountRequest |
withAccountId(String accountId)
The Amazon Chime account ID.
|
UpdateAccountRequest |
withName(String name)
The new name for the specified Amazon Chime account.
|
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 UpdateAccountRequest withAccountId(String accountId)
The Amazon Chime account ID.
accountId
- The Amazon Chime account ID.public void setName(String name)
The new name for the specified Amazon Chime account.
name
- The new name for the specified Amazon Chime account.public String getName()
The new name for the specified Amazon Chime account.
public UpdateAccountRequest withName(String name)
The new name for the specified Amazon Chime account.
name
- The new name for the specified Amazon Chime account.public String toString()
toString
in class Object
Object.toString()
public UpdateAccountRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.