@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatalakeExceptionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatalakeExceptionsResult() |
Modifier and Type | Method and Description |
---|---|
ListDatalakeExceptionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
List if there are more results available.
|
List<FailuresResponse> |
getNonRetryableFailures()
Lists the failures that cannot be retried in the current Region.
|
int |
hashCode() |
void |
setNextToken(String nextToken)
List if there are more results available.
|
void |
setNonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
String |
toString()
Returns a string representation of this object.
|
ListDatalakeExceptionsResult |
withNextToken(String nextToken)
List if there are more results available.
|
ListDatalakeExceptionsResult |
withNonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
ListDatalakeExceptionsResult |
withNonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setNextToken(String nextToken)
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
nextToken
- List if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public String getNextToken()
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public ListDatalakeExceptionsResult withNextToken(String nextToken)
List if there are more results available. The value of nextToken is a unique pagination token for each page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
nextToken
- List if there are more results available. The value of nextToken is a unique pagination token for each
page. Repeat the call using the returned token to retrieve the next page. Keep all other arguments
unchanged.
Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
public List<FailuresResponse> getNonRetryableFailures()
Lists the failures that cannot be retried in the current Region.
public void setNonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
nonRetryableFailures
- Lists the failures that cannot be retried in the current Region.public ListDatalakeExceptionsResult withNonRetryableFailures(FailuresResponse... nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
NOTE: This method appends the values to the existing list (if any). Use
setNonRetryableFailures(java.util.Collection)
or withNonRetryableFailures(java.util.Collection)
if you want to override the existing values.
nonRetryableFailures
- Lists the failures that cannot be retried in the current Region.public ListDatalakeExceptionsResult withNonRetryableFailures(Collection<FailuresResponse> nonRetryableFailures)
Lists the failures that cannot be retried in the current Region.
nonRetryableFailures
- Lists the failures that cannot be retried in the current Region.public String toString()
toString
in class Object
Object.toString()
public ListDatalakeExceptionsResult clone()