@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityType extends Object implements Serializable, Cloneable, StructuredPojo
The entity type details.
Constructor and Description |
---|
EntityType() |
Modifier and Type | Method and Description |
---|---|
EntityType |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The entity type ARN.
|
String |
getCreatedTime()
Timestamp of when the entity type was created.
|
String |
getDescription()
The entity type description.
|
String |
getLastUpdatedTime()
Timestamp of when the entity type was last updated.
|
String |
getName()
The entity type name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The entity type ARN.
|
void |
setCreatedTime(String createdTime)
Timestamp of when the entity type was created.
|
void |
setDescription(String description)
The entity type description.
|
void |
setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
|
void |
setName(String name)
The entity type name.
|
String |
toString()
Returns a string representation of this object.
|
EntityType |
withArn(String arn)
The entity type ARN.
|
EntityType |
withCreatedTime(String createdTime)
Timestamp of when the entity type was created.
|
EntityType |
withDescription(String description)
The entity type description.
|
EntityType |
withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
|
EntityType |
withName(String name)
The entity type name.
|
public void setName(String name)
The entity type name.
name
- The entity type name.public String getName()
The entity type name.
public EntityType withName(String name)
The entity type name.
name
- The entity type name.public void setDescription(String description)
The entity type description.
description
- The entity type description.public String getDescription()
The entity type description.
public EntityType withDescription(String description)
The entity type description.
description
- The entity type description.public void setLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
lastUpdatedTime
- Timestamp of when the entity type was last updated.public String getLastUpdatedTime()
Timestamp of when the entity type was last updated.
public EntityType withLastUpdatedTime(String lastUpdatedTime)
Timestamp of when the entity type was last updated.
lastUpdatedTime
- Timestamp of when the entity type was last updated.public void setCreatedTime(String createdTime)
Timestamp of when the entity type was created.
createdTime
- Timestamp of when the entity type was created.public String getCreatedTime()
Timestamp of when the entity type was created.
public EntityType withCreatedTime(String createdTime)
Timestamp of when the entity type was created.
createdTime
- Timestamp of when the entity type was created.public void setArn(String arn)
The entity type ARN.
arn
- The entity type ARN.public String getArn()
The entity type ARN.
public EntityType withArn(String arn)
The entity type ARN.
arn
- The entity type ARN.public String toString()
toString
in class Object
Object.toString()
public EntityType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.