@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomVocabularyEntryId extends Object implements Serializable, Cloneable, StructuredPojo
The unique entry identifier for the custom vocabulary items.
| Constructor and Description |
|---|
CustomVocabularyEntryId() |
| Modifier and Type | Method and Description |
|---|---|
CustomVocabularyEntryId |
clone() |
boolean |
equals(Object obj) |
String |
getItemId()
The unique item identifier for the custom vocabulary items.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setItemId(String itemId)
The unique item identifier for the custom vocabulary items.
|
String |
toString()
Returns a string representation of this object.
|
CustomVocabularyEntryId |
withItemId(String itemId)
The unique item identifier for the custom vocabulary items.
|
public void setItemId(String itemId)
The unique item identifier for the custom vocabulary items.
itemId - The unique item identifier for the custom vocabulary items.public String getItemId()
The unique item identifier for the custom vocabulary items.
public CustomVocabularyEntryId withItemId(String itemId)
The unique item identifier for the custom vocabulary items.
itemId - The unique item identifier for the custom vocabulary items.public String toString()
toString in class ObjectObject.toString()public CustomVocabularyEntryId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.