@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
List the maximum number of failures in Security Lake.
|
String |
getNextToken()
List if there are more results available.
|
List<String> |
getRegions()
The Amazon Web Services Regions from which exceptions are retrieved.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
|
void |
setNextToken(String nextToken)
List if there are more results available.
|
void |
setRegions(Collection<String> regions)
The Amazon Web Services Regions from which exceptions are retrieved.
|
String |
toString()
Returns a string representation of this object.
|
ListDataLakeExceptionsRequest |
withMaxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
|
ListDataLakeExceptionsRequest |
withNextToken(String nextToken)
List if there are more results available.
|
ListDataLakeExceptionsRequest |
withRegions(Collection<String> regions)
The Amazon Web Services Regions from which exceptions are retrieved.
|
ListDataLakeExceptionsRequest |
withRegions(String... regions)
The Amazon Web Services Regions from which exceptions are retrieved.
|
addHandlerContext, 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 setMaxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
maxResults - List the maximum number of failures in Security Lake.public Integer getMaxResults()
List the maximum number of failures in Security Lake.
public ListDataLakeExceptionsRequest withMaxResults(Integer maxResults)
List the maximum number of failures in Security Lake.
maxResults - 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> getRegions()
The Amazon Web Services Regions from which exceptions are retrieved.
public void setRegions(Collection<String> regions)
The Amazon Web Services Regions from which exceptions are retrieved.
regions - The Amazon Web Services Regions from which exceptions are retrieved.public ListDataLakeExceptionsRequest withRegions(String... regions)
The Amazon Web Services Regions from which exceptions are retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setRegions(java.util.Collection) or withRegions(java.util.Collection) if you want to override
the existing values.
regions - The Amazon Web Services Regions from which exceptions are retrieved.public ListDataLakeExceptionsRequest withRegions(Collection<String> regions)
The Amazon Web Services Regions from which exceptions are retrieved.
regions - The Amazon Web Services Regions from which exceptions are retrieved.public String toString()
toString in class ObjectObject.toString()public ListDataLakeExceptionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()