@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityTypesListItem extends Object implements Serializable, Cloneable, StructuredPojo
Information about an individual item on a list of entity types.
| Constructor and Description |
|---|
EntityTypesListItem() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypesListItem |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Entity type of an item on an entity type list.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setType(String type)
Entity type of an item on an entity type list.
|
String |
toString()
Returns a string representation of this object.
|
EntityTypesListItem |
withType(String type)
Entity type of an item on an entity type list.
|
public void setType(String type)
Entity type of an item on an entity type list.
type - Entity type of an item on an entity type list.public String getType()
Entity type of an item on an entity type list.
public EntityTypesListItem withType(String type)
Entity type of an item on an entity type list.
type - Entity type of an item on an entity type list.public String toString()
toString in class ObjectObject.toString()public EntityTypesListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.