@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityConfigurationSummary extends Object implements Serializable, Cloneable, StructuredPojo
The creation date and time, and name, of a security configuration.
Constructor and Description |
---|
SecurityConfigurationSummary() |
Modifier and Type | Method and Description |
---|---|
SecurityConfigurationSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDateTime()
The date and time the security configuration was created.
|
String |
getName()
The name of the security configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDateTime(Date creationDateTime)
The date and time the security configuration was created.
|
void |
setName(String name)
The name of the security configuration.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SecurityConfigurationSummary |
withCreationDateTime(Date creationDateTime)
The date and time the security configuration was created.
|
SecurityConfigurationSummary |
withName(String name)
The name of the security configuration.
|
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 SecurityConfigurationSummary withName(String name)
The name of the security configuration.
name
- The name of the security configuration.public void setCreationDateTime(Date creationDateTime)
The date and time the security configuration was created.
creationDateTime
- The date and time the security configuration was created.public Date getCreationDateTime()
The date and time the security configuration was created.
public SecurityConfigurationSummary withCreationDateTime(Date creationDateTime)
The date and time the security configuration was created.
creationDateTime
- The date and time the security configuration was created.public String toString()
toString
in class Object
Object.toString()
public SecurityConfigurationSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.