@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportFailureListItem extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about an import failure.
Constructor and Description |
---|
ImportFailureListItem() |
Modifier and Type | Method and Description |
---|---|
ImportFailureListItem |
clone() |
boolean |
equals(Object obj) |
String |
getErrorMessage()
Provides the reason the import failed.
|
String |
getErrorType()
The type of import error.
|
Date |
getLastUpdatedTime()
When the import was last updated.
|
String |
getLocation()
The location of the failure in the S3 bucket.
|
String |
getStatus()
The status of the import.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setErrorMessage(String errorMessage)
Provides the reason the import failed.
|
void |
setErrorType(String errorType)
The type of import error.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
When the import was last updated.
|
void |
setLocation(String location)
The location of the failure in the S3 bucket.
|
void |
setStatus(String status)
The status of the import.
|
String |
toString()
Returns a string representation of this object.
|
ImportFailureListItem |
withErrorMessage(String errorMessage)
Provides the reason the import failed.
|
ImportFailureListItem |
withErrorType(String errorType)
The type of import error.
|
ImportFailureListItem |
withLastUpdatedTime(Date lastUpdatedTime)
When the import was last updated.
|
ImportFailureListItem |
withLocation(String location)
The location of the failure in the S3 bucket.
|
ImportFailureListItem |
withStatus(ImportFailureStatus status)
The status of the import.
|
ImportFailureListItem |
withStatus(String status)
The status of the import.
|
public void setLocation(String location)
The location of the failure in the S3 bucket.
location
- The location of the failure in the S3 bucket.public String getLocation()
The location of the failure in the S3 bucket.
public ImportFailureListItem withLocation(String location)
The location of the failure in the S3 bucket.
location
- The location of the failure in the S3 bucket.public void setStatus(String status)
The status of the import.
status
- The status of the import.ImportFailureStatus
public String getStatus()
The status of the import.
ImportFailureStatus
public ImportFailureListItem withStatus(String status)
The status of the import.
status
- The status of the import.ImportFailureStatus
public ImportFailureListItem withStatus(ImportFailureStatus status)
The status of the import.
status
- The status of the import.ImportFailureStatus
public void setErrorType(String errorType)
The type of import error.
errorType
- The type of import error.public String getErrorType()
The type of import error.
public ImportFailureListItem withErrorType(String errorType)
The type of import error.
errorType
- The type of import error.public void setErrorMessage(String errorMessage)
Provides the reason the import failed.
errorMessage
- Provides the reason the import failed.public String getErrorMessage()
Provides the reason the import failed.
public ImportFailureListItem withErrorMessage(String errorMessage)
Provides the reason the import failed.
errorMessage
- Provides the reason the import failed.public void setLastUpdatedTime(Date lastUpdatedTime)
When the import was last updated.
lastUpdatedTime
- When the import was last updated.public Date getLastUpdatedTime()
When the import was last updated.
public ImportFailureListItem withLastUpdatedTime(Date lastUpdatedTime)
When the import was last updated.
lastUpdatedTime
- When the import was last updated.public String toString()
toString
in class Object
Object.toString()
public ImportFailureListItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.