@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSecurityConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeSecurityConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
DescribeSecurityConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time the security configuration was created
|
String |
getName()
The name of the security configuration.
|
String |
getSecurityConfiguration()
The security configuration details in JSON format.
|
int |
hashCode() |
void |
setCreationDateTime(Date creationDateTime)
The date and time the security configuration was created
|
void |
setName(String name)
The name of the security configuration.
|
void |
setSecurityConfiguration(String securityConfiguration)
The security configuration details in JSON format.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeSecurityConfigurationResult |
withCreationDateTime(Date creationDateTime)
The date and time the security configuration was created
|
DescribeSecurityConfigurationResult |
withName(String name)
The name of the security configuration.
|
DescribeSecurityConfigurationResult |
withSecurityConfiguration(String securityConfiguration)
The security configuration details in JSON format.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name of the security configuration.
name
- The name of the security configuration.public String getName()
The name of the security configuration.
public DescribeSecurityConfigurationResult withName(String name)
The name of the security configuration.
name
- The name of the security configuration.public void setSecurityConfiguration(String securityConfiguration)
The security configuration details in JSON format.
securityConfiguration
- The security configuration details in JSON format.public String getSecurityConfiguration()
The security configuration details in JSON format.
public DescribeSecurityConfigurationResult withSecurityConfiguration(String securityConfiguration)
The security configuration details in JSON format.
securityConfiguration
- The security configuration details in JSON format.public void setCreationDateTime(Date creationDateTime)
The date and time the security configuration was created
creationDateTime
- The date and time the security configuration was createdpublic Date getCreationDateTime()
The date and time the security configuration was created
public DescribeSecurityConfigurationResult withCreationDateTime(Date creationDateTime)
The date and time the security configuration was created
creationDateTime
- The date and time the security configuration was createdpublic String toString()
toString
in class Object
Object.toString()
public DescribeSecurityConfigurationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.