@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteUniqueIdError extends Object implements Serializable, Cloneable, StructuredPojo
The Delete Unique Id error.
Constructor and Description |
---|
DeleteUniqueIdError() |
Modifier and Type | Method and Description |
---|---|
DeleteUniqueIdError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorType()
The error type for the batch delete unique ID operation.
|
String |
getUniqueId()
The unique ID that could not be deleted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorType(String errorType)
The error type for the batch delete unique ID operation.
|
void |
setUniqueId(String uniqueId)
The unique ID that could not be deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteUniqueIdError |
withErrorType(DeleteUniqueIdErrorType errorType)
The error type for the batch delete unique ID operation.
|
DeleteUniqueIdError |
withErrorType(String errorType)
The error type for the batch delete unique ID operation.
|
DeleteUniqueIdError |
withUniqueId(String uniqueId)
The unique ID that could not be deleted.
|
public void setErrorType(String errorType)
The error type for the batch delete unique ID operation.
errorType
- The error type for the batch delete unique ID operation.DeleteUniqueIdErrorType
public String getErrorType()
The error type for the batch delete unique ID operation.
DeleteUniqueIdErrorType
public DeleteUniqueIdError withErrorType(String errorType)
The error type for the batch delete unique ID operation.
errorType
- The error type for the batch delete unique ID operation.DeleteUniqueIdErrorType
public DeleteUniqueIdError withErrorType(DeleteUniqueIdErrorType errorType)
The error type for the batch delete unique ID operation.
errorType
- The error type for the batch delete unique ID operation.DeleteUniqueIdErrorType
public void setUniqueId(String uniqueId)
The unique ID that could not be deleted.
uniqueId
- The unique ID that could not be deleted.public String getUniqueId()
The unique ID that could not be deleted.
public DeleteUniqueIdError withUniqueId(String uniqueId)
The unique ID that could not be deleted.
uniqueId
- The unique ID that could not be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteUniqueIdError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.