@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailedItemDetails extends Object implements Serializable, Cloneable, StructuredPojo
Includes details about the failed items.
Constructor and Description |
---|
FailedItemDetails() |
Modifier and Type | Method and Description |
---|---|
FailedItemDetails |
clone() |
boolean |
equals(Object obj) |
String |
getFailureCode()
The status code of a failed item.
|
Boolean |
getRetryable()
Indicates whether you can immediately retry a request for this item for a specified resource.
|
int |
hashCode() |
Boolean |
isRetryable()
Indicates whether you can immediately retry a request for this item for a specified resource.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFailureCode(FailedItemErrorCode failureCode)
The status code of a failed item.
|
void |
setFailureCode(String failureCode)
The status code of a failed item.
|
void |
setRetryable(Boolean retryable)
Indicates whether you can immediately retry a request for this item for a specified resource.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FailedItemDetails |
withFailureCode(FailedItemErrorCode failureCode)
The status code of a failed item.
|
FailedItemDetails |
withFailureCode(String failureCode)
The status code of a failed item.
|
FailedItemDetails |
withRetryable(Boolean retryable)
Indicates whether you can immediately retry a request for this item for a specified resource.
|
public void setFailureCode(String failureCode)
The status code of a failed item.
failureCode
- The status code of a failed item.FailedItemErrorCode
public String getFailureCode()
The status code of a failed item.
FailedItemErrorCode
public FailedItemDetails withFailureCode(String failureCode)
The status code of a failed item.
failureCode
- The status code of a failed item.FailedItemErrorCode
public void setFailureCode(FailedItemErrorCode failureCode)
The status code of a failed item.
failureCode
- The status code of a failed item.FailedItemErrorCode
public FailedItemDetails withFailureCode(FailedItemErrorCode failureCode)
The status code of a failed item.
failureCode
- The status code of a failed item.FailedItemErrorCode
public void setRetryable(Boolean retryable)
Indicates whether you can immediately retry a request for this item for a specified resource.
retryable
- Indicates whether you can immediately retry a request for this item for a specified resource.public Boolean getRetryable()
Indicates whether you can immediately retry a request for this item for a specified resource.
public FailedItemDetails withRetryable(Boolean retryable)
Indicates whether you can immediately retry a request for this item for a specified resource.
retryable
- Indicates whether you can immediately retry a request for this item for a specified resource.public Boolean isRetryable()
Indicates whether you can immediately retry a request for this item for a specified resource.
public String toString()
toString
in class Object
Object.toString()
public FailedItemDetails 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.