@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Entity extends Object implements Serializable, Cloneable, StructuredPojo
A product entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
Constructor and Description |
---|
Entity() |
Modifier and Type | Method and Description |
---|---|
Entity |
clone() |
boolean |
equals(Object obj) |
String |
getIdentifier()
The identifier for the entity.
|
String |
getType()
The type of entity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIdentifier(String identifier)
The identifier for the entity.
|
void |
setType(String type)
The type of entity.
|
String |
toString()
Returns a string representation of this object.
|
Entity |
withIdentifier(String identifier)
The identifier for the entity.
|
Entity |
withType(String type)
The type of entity.
|
public void setType(String type)
The type of entity.
type
- The type of entity.public String getType()
The type of entity.
public Entity withType(String type)
The type of entity.
type
- The type of entity.public void setIdentifier(String identifier)
The identifier for the entity.
identifier
- The identifier for the entity.public String getIdentifier()
The identifier for the entity.
public Entity withIdentifier(String identifier)
The identifier for the entity.
identifier
- The identifier for the entity.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.