@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteImportDataError extends Object implements Serializable, Cloneable, StructuredPojo
Error messages returned for each import task that you deleted as a response for this command.
Constructor and Description |
---|
BatchDeleteImportDataError() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteImportDataError |
clone() |
boolean |
equals(Object obj) |
String |
getErrorCode()
The type of error that occurred for a specific import task.
|
String |
getErrorDescription()
The description of the error that occurred for a specific import task.
|
String |
getImportTaskId()
The unique import ID associated with the error that occurred.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorCode(String errorCode)
The type of error that occurred for a specific import task.
|
void |
setErrorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
|
void |
setImportTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteImportDataError |
withErrorCode(BatchDeleteImportDataErrorCode errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError |
withErrorCode(String errorCode)
The type of error that occurred for a specific import task.
|
BatchDeleteImportDataError |
withErrorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
|
BatchDeleteImportDataError |
withImportTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
|
public void setImportTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
importTaskId
- The unique import ID associated with the error that occurred.public String getImportTaskId()
The unique import ID associated with the error that occurred.
public BatchDeleteImportDataError withImportTaskId(String importTaskId)
The unique import ID associated with the error that occurred.
importTaskId
- The unique import ID associated with the error that occurred.public void setErrorCode(String errorCode)
The type of error that occurred for a specific import task.
errorCode
- The type of error that occurred for a specific import task.BatchDeleteImportDataErrorCode
public String getErrorCode()
The type of error that occurred for a specific import task.
BatchDeleteImportDataErrorCode
public BatchDeleteImportDataError withErrorCode(String errorCode)
The type of error that occurred for a specific import task.
errorCode
- The type of error that occurred for a specific import task.BatchDeleteImportDataErrorCode
public BatchDeleteImportDataError withErrorCode(BatchDeleteImportDataErrorCode errorCode)
The type of error that occurred for a specific import task.
errorCode
- The type of error that occurred for a specific import task.BatchDeleteImportDataErrorCode
public void setErrorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
errorDescription
- The description of the error that occurred for a specific import task.public String getErrorDescription()
The description of the error that occurred for a specific import task.
public BatchDeleteImportDataError withErrorDescription(String errorDescription)
The description of the error that occurred for a specific import task.
errorDescription
- The description of the error that occurred for a specific import task.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteImportDataError clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.