@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRevealConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRevealConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
GetRevealConfigurationResult |
clone() |
boolean |
equals(Object obj) |
RevealConfiguration |
getConfiguration()
The current configuration settings and the status of the configuration for the account.
|
int |
hashCode() |
void |
setConfiguration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
|
String |
toString()
Returns a string representation of this object.
|
GetRevealConfigurationResult |
withConfiguration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setConfiguration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
configuration
- The current configuration settings and the status of the configuration for the account.public RevealConfiguration getConfiguration()
The current configuration settings and the status of the configuration for the account.
public GetRevealConfigurationResult withConfiguration(RevealConfiguration configuration)
The current configuration settings and the status of the configuration for the account.
configuration
- The current configuration settings and the status of the configuration for the account.public String toString()
toString
in class Object
Object.toString()
public GetRevealConfigurationResult clone()