@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedCustomVocabularyItem extends Object implements Serializable, Cloneable, StructuredPojo
The unique failed custom vocabulary item from the custom vocabulary list.
| Constructor and Description | 
|---|
| FailedCustomVocabularyItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| FailedCustomVocabularyItem | clone() | 
| boolean | equals(Object obj) | 
| String | getErrorCode()
 The unique error code for the failed custom vocabulary item from the custom vocabulary list. | 
| String | getErrorMessage()
 The error message for the failed custom vocabulary item from the custom vocabulary list. | 
| String | getItemId()
 The unique item identifer for the failed custom vocabulary item from the custom vocabulary list. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setErrorCode(String errorCode)
 The unique error code for the failed custom vocabulary item from the custom vocabulary list. | 
| void | setErrorMessage(String errorMessage)
 The error message for the failed custom vocabulary item from the custom vocabulary list. | 
| void | setItemId(String itemId)
 The unique item identifer for the failed custom vocabulary item from the custom vocabulary list. | 
| String | toString()Returns a string representation of this object. | 
| FailedCustomVocabularyItem | withErrorCode(ErrorCode errorCode)
 The unique error code for the failed custom vocabulary item from the custom vocabulary list. | 
| FailedCustomVocabularyItem | withErrorCode(String errorCode)
 The unique error code for the failed custom vocabulary item from the custom vocabulary list. | 
| FailedCustomVocabularyItem | withErrorMessage(String errorMessage)
 The error message for the failed custom vocabulary item from the custom vocabulary list. | 
| FailedCustomVocabularyItem | withItemId(String itemId)
 The unique item identifer for the failed custom vocabulary item from the custom vocabulary list. | 
public void setItemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
itemId - The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.public String getItemId()
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
public FailedCustomVocabularyItem withItemId(String itemId)
The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.
itemId - The unique item identifer for the failed custom vocabulary item from the custom vocabulary list.public void setErrorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
errorMessage - The error message for the failed custom vocabulary item from the custom vocabulary list.public String getErrorMessage()
The error message for the failed custom vocabulary item from the custom vocabulary list.
public FailedCustomVocabularyItem withErrorMessage(String errorMessage)
The error message for the failed custom vocabulary item from the custom vocabulary list.
errorMessage - The error message for the failed custom vocabulary item from the custom vocabulary list.public void setErrorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.ErrorCodepublic String getErrorCode()
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
ErrorCodepublic FailedCustomVocabularyItem withErrorCode(String errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.ErrorCodepublic FailedCustomVocabularyItem withErrorCode(ErrorCode errorCode)
The unique error code for the failed custom vocabulary item from the custom vocabulary list.
errorCode - The unique error code for the failed custom vocabulary item from the custom vocabulary list.ErrorCodepublic String toString()
toString in class ObjectObject.toString()public FailedCustomVocabularyItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.