@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSecurityConfigurationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateSecurityConfigurationResult() |
Modifier and Type | Method and Description |
---|---|
CreateSecurityConfigurationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The time at which the new security configuration was created.
|
String |
getName()
The name assigned to the new security configuration.
|
int |
hashCode() |
void |
setCreatedTimestamp(Date createdTimestamp)
The time at which the new security configuration was created.
|
void |
setName(String name)
The name assigned to the new security configuration.
|
String |
toString()
Returns a string representation of this object.
|
CreateSecurityConfigurationResult |
withCreatedTimestamp(Date createdTimestamp)
The time at which the new security configuration was created.
|
CreateSecurityConfigurationResult |
withName(String name)
The name assigned to the new security configuration.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setName(String name)
The name assigned to the new security configuration.
name
- The name assigned to the new security configuration.public String getName()
The name assigned to the new security configuration.
public CreateSecurityConfigurationResult withName(String name)
The name assigned to the new security configuration.
name
- The name assigned to the new security configuration.public void setCreatedTimestamp(Date createdTimestamp)
The time at which the new security configuration was created.
createdTimestamp
- The time at which the new security configuration was created.public Date getCreatedTimestamp()
The time at which the new security configuration was created.
public CreateSecurityConfigurationResult withCreatedTimestamp(Date createdTimestamp)
The time at which the new security configuration was created.
createdTimestamp
- The time at which the new security configuration was created.public String toString()
toString
in class Object
Object.toString()
public CreateSecurityConfigurationResult clone()