Class FailedItemDetails
java.lang.Object
com.amazonaws.services.inspector.model.FailedItemDetails
- All Implemented Interfaces:
Serializable
,Cloneable
Includes details about the failed items.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status code of a failed item.Indicates whether you can immediately retry a request for this item for a specified resource.int
hashCode()
Indicates whether you can immediately retry a request for this item for a specified resource.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.toString()
Returns a string representation of this object; useful for testing and debugging.withFailureCode
(FailedItemErrorCode failureCode) The status code of a failed item.withFailureCode
(String failureCode) The status code of a failed item.withRetryable
(Boolean retryable) Indicates whether you can immediately retry a request for this item for a specified resource.
-
Constructor Details
-
FailedItemDetails
public FailedItemDetails()
-
-
Method Details
-
setFailureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- See Also:
-
getFailureCode
The status code of a failed item.
- Returns:
- The status code of a failed item.
- See Also:
-
withFailureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setFailureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- See Also:
-
withFailureCode
The status code of a failed item.
- Parameters:
failureCode
- The status code of a failed item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setRetryable
Indicates whether you can immediately retry a request for this item for a specified resource.
- Parameters:
retryable
- Indicates whether you can immediately retry a request for this item for a specified resource.
-
getRetryable
Indicates whether you can immediately retry a request for this item for a specified resource.
- Returns:
- Indicates whether you can immediately retry a request for this item for a specified resource.
-
withRetryable
Indicates whether you can immediately retry a request for this item for a specified resource.
- Parameters:
retryable
- Indicates whether you can immediately retry a request for this item for a specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isRetryable
Indicates whether you can immediately retry a request for this item for a specified resource.
- Returns:
- Indicates whether you can immediately retry a request for this item for a specified resource.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-