@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAccountConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateAccountConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateAccountConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
AccountConfiguration |
getAccountConfiguration() |
int |
hashCode() |
void |
setAccountConfiguration(AccountConfiguration accountConfiguration) |
String |
toString()
Returns a string representation of this object.
|
UpdateAccountConfigurationRequest |
withAccountConfiguration(AccountConfiguration accountConfiguration) |
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 setAccountConfiguration(AccountConfiguration accountConfiguration)
accountConfiguration
- public AccountConfiguration getAccountConfiguration()
public UpdateAccountConfigurationRequest withAccountConfiguration(AccountConfiguration accountConfiguration)
accountConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateAccountConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()