@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRevealConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRevealConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRevealConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
RevealConfiguration |
getConfiguration()
The new configuration settings and the status of the configuration for the account.
|
int |
hashCode() |
void |
setConfiguration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRevealConfigurationRequest |
withConfiguration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the 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 setConfiguration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
configuration
- The new configuration settings and the status of the configuration for the account.public RevealConfiguration getConfiguration()
The new configuration settings and the status of the configuration for the account.
public UpdateRevealConfigurationRequest withConfiguration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
configuration
- The new configuration settings and the status of the configuration for the account.public String toString()
toString
in class Object
Object.toString()
public UpdateRevealConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()