@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public UpdateRevealConfigurationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.