@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListStorageLensConfigurationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListStorageLensConfigurationsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListStorageLensConfigurationsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountId()
 The account ID of the requester. | 
| String | getNextToken()
 A pagination token to request the next page of results. | 
| int | hashCode() | 
| void | setAccountId(String accountId)
 The account ID of the requester. | 
| void | setNextToken(String nextToken)
 A pagination token to request the next page of results. | 
| String | toString()Returns a string representation of this object. | 
| ListStorageLensConfigurationsRequest | withAccountId(String accountId)
 The account ID of the requester. | 
| ListStorageLensConfigurationsRequest | withNextToken(String nextToken)
 A pagination token to request the next page of results. | 
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 ListStorageLensConfigurationsRequest()
public void setAccountId(String accountId)
The account ID of the requester.
accountId - The account ID of the requester.public String getAccountId()
The account ID of the requester.
public ListStorageLensConfigurationsRequest withAccountId(String accountId)
The account ID of the requester.
accountId - The account ID of the requester.public void setNextToken(String nextToken)
A pagination token to request the next page of results.
nextToken - A pagination token to request the next page of results.public String getNextToken()
A pagination token to request the next page of results.
public ListStorageLensConfigurationsRequest withNextToken(String nextToken)
A pagination token to request the next page of results.
nextToken - A pagination token to request the next page of results.public String toString()
toString in class ObjectObject.toString()public ListStorageLensConfigurationsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()