@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRevealConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRevealConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRevealConfigurationResult |
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.
|
UpdateRevealConfigurationResult |
withConfiguration(RevealConfiguration configuration)
The new configuration settings and the status of the configuration for the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 UpdateRevealConfigurationResult 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 UpdateRevealConfigurationResult clone()