@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatalakeExceptionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListDatalakeExceptionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListDatalakeExceptionsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxFailures()
List the maximum number of failures in Security Lake.
|
String |
getNextToken()
List if there are more results available.
|
List<String> |
getRegionSet()
List the Amazon Web Services Regions from which exceptions are retrieved.
|
int |
hashCode() |
void |
setMaxFailures(Integer maxFailures)
List the maximum number of failures in Security Lake.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
void |
setRegionSet(Collection<String> regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
String |
toString()
Returns a string representation of this object.
|
ListDatalakeExceptionsRequest |
withMaxFailures(Integer maxFailures)
List the maximum number of failures in Security Lake.
|
ListDatalakeExceptionsRequest |
withNextToken(String nextToken)
List if there are more results available.
|
ListDatalakeExceptionsRequest |
withRegionSet(Collection<String> regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
ListDatalakeExceptionsRequest |
withRegionSet(Region... regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
ListDatalakeExceptionsRequest |
withRegionSet(String... regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxFailures(Integer maxFailures)
List the maximum number of failures in Security Lake.
maxFailures - List the maximum number of failures in Security Lake.public Integer getMaxFailures()
List the maximum number of failures in Security Lake.
public ListDatalakeExceptionsRequest withMaxFailures(Integer maxFailures)
List the maximum number of failures in Security Lake.
maxFailures - List the maximum number of failures in Security Lake.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 ListDatalakeExceptionsRequest 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<String> getRegionSet()
List the Amazon Web Services Regions from which exceptions are retrieved.
Regionpublic void setRegionSet(Collection<String> regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
regionSet - List the Amazon Web Services Regions from which exceptions are retrieved.Regionpublic ListDatalakeExceptionsRequest withRegionSet(String... regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setRegionSet(java.util.Collection) or withRegionSet(java.util.Collection) if you want to
override the existing values.
regionSet - List the Amazon Web Services Regions from which exceptions are retrieved.Regionpublic ListDatalakeExceptionsRequest withRegionSet(Collection<String> regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
regionSet - List the Amazon Web Services Regions from which exceptions are retrieved.Regionpublic ListDatalakeExceptionsRequest withRegionSet(Region... regionSet)
List the Amazon Web Services Regions from which exceptions are retrieved.
regionSet - List the Amazon Web Services Regions from which exceptions are retrieved.Regionpublic String toString()
toString in class ObjectObject.toString()public ListDatalakeExceptionsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.