@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDataLakeSourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDataLakeSourcesRequest() |
Modifier and Type | Method and Description |
---|---|
GetDataLakeSourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAccounts()
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
Integer |
getMaxResults()
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and
log sources, is retrieved.
|
String |
getNextToken()
Lists if there are more results available.
|
int |
hashCode() |
void |
setAccounts(Collection<String> accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
void |
setMaxResults(Integer maxResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and
log sources, is retrieved.
|
void |
setNextToken(String nextToken)
Lists if there are more results available.
|
String |
toString()
Returns a string representation of this object.
|
GetDataLakeSourcesRequest |
withAccounts(Collection<String> accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
GetDataLakeSourcesRequest |
withAccounts(String... accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.
|
GetDataLakeSourcesRequest |
withMaxResults(Integer maxResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and
log sources, is retrieved.
|
GetDataLakeSourcesRequest |
withNextToken(String nextToken)
Lists if there are more results available.
|
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, withSdkRequestTimeout
public List<String> getAccounts()
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
public void setAccounts(Collection<String> accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
accounts
- The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.public GetDataLakeSourcesRequest withAccounts(String... accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
NOTE: This method appends the values to the existing list (if any). Use
setAccounts(java.util.Collection)
or withAccounts(java.util.Collection)
if you want to override
the existing values.
accounts
- The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.public GetDataLakeSourcesRequest withAccounts(Collection<String> accounts)
The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.
accounts
- The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region,
including enabled accounts and log sources, is retrieved.public void setMaxResults(Integer maxResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.
maxResults
- The maximum limit of accounts for which the static snapshot of the current Region, including enabled
accounts and log sources, is retrieved.public Integer getMaxResults()
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.
public GetDataLakeSourcesRequest withMaxResults(Integer maxResults)
The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.
maxResults
- The maximum limit of accounts for which the static snapshot of the current Region, including enabled
accounts and log sources, is retrieved.public void setNextToken(String nextToken)
Lists 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
- Lists 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()
Lists 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 GetDataLakeSourcesRequest withNextToken(String nextToken)
Lists 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
- Lists 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 toString()
toString
in class Object
Object.toString()
public GetDataLakeSourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()