@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SecurityKey extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information of the security key.
Constructor and Description |
---|
SecurityKey() |
Modifier and Type | Method and Description |
---|---|
SecurityKey |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given
instance ID.
|
Date |
getCreationTime()
When the security key was created.
|
String |
getKey()
The key of the security key.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssociationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given
instance ID.
|
void |
setCreationTime(Date creationTime)
When the security key was created.
|
void |
setKey(String key)
The key of the security key.
|
String |
toString()
Returns a string representation of this object.
|
SecurityKey |
withAssociationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given
instance ID.
|
SecurityKey |
withCreationTime(Date creationTime)
When the security key was created.
|
SecurityKey |
withKey(String key)
The key of the security key.
|
public void setAssociationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
associationId
- The existing association identifier that uniquely identifies the resource type and storage config for the
given instance ID.public String getAssociationId()
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
public SecurityKey withAssociationId(String associationId)
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
associationId
- The existing association identifier that uniquely identifies the resource type and storage config for the
given instance ID.public void setKey(String key)
The key of the security key.
key
- The key of the security key.public String getKey()
The key of the security key.
public SecurityKey withKey(String key)
The key of the security key.
key
- The key of the security key.public void setCreationTime(Date creationTime)
When the security key was created.
creationTime
- When the security key was created.public Date getCreationTime()
When the security key was created.
public SecurityKey withCreationTime(Date creationTime)
When the security key was created.
creationTime
- When the security key was created.public String toString()
toString
in class Object
Object.toString()
public SecurityKey clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.