@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListS3ResourcesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListS3ResourcesRequest() |
Modifier and Type | Method and Description |
---|---|
ListS3ResourcesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response.
|
String |
getMemberAccountId()
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
|
String |
getNextToken()
(Discontinued) Use this parameter when paginating results.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response.
|
void |
setMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
|
void |
setNextToken(String nextToken)
(Discontinued) Use this parameter when paginating results.
|
String |
toString()
Returns a string representation of this object.
|
ListS3ResourcesRequest |
withMaxResults(Integer maxResults)
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response.
|
ListS3ResourcesRequest |
withMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
|
ListS3ResourcesRequest |
withNextToken(String nextToken)
(Discontinued) Use this parameter when paginating 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, withSdkRequestTimeout
public void setMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
memberAccountId
- (Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.public String getMemberAccountId()
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
public ListS3ResourcesRequest withMemberAccountId(String memberAccountId)
(Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.
memberAccountId
- (Discontinued) The Amazon Macie Classic member account ID whose associated S3 resources you want to list.public void setNextToken(String nextToken)
(Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the
ListS3Resources
action. Subsequent calls to the action fill nextToken
in the request
with the value of nextToken
from the previous response to continue listing data.
nextToken
- (Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the
ListS3Resources
action. Subsequent calls to the action fill nextToken
in the
request with the value of nextToken
from the previous response to continue listing data.public String getNextToken()
(Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the
ListS3Resources
action. Subsequent calls to the action fill nextToken
in the request
with the value of nextToken
from the previous response to continue listing data.
ListS3Resources
action. Subsequent calls to the action fill nextToken
in
the request with the value of nextToken
from the previous response to continue listing data.public ListS3ResourcesRequest withNextToken(String nextToken)
(Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the
ListS3Resources
action. Subsequent calls to the action fill nextToken
in the request
with the value of nextToken
from the previous response to continue listing data.
nextToken
- (Discontinued) Use this parameter when paginating results. Set its value to null on your first call to the
ListS3Resources
action. Subsequent calls to the action fill nextToken
in the
request with the value of nextToken
from the previous response to continue listing data.public void setMaxResults(Integer maxResults)
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
maxResults
- (Discontinued) Use this parameter to indicate the maximum number of items that you want in the response.
The default value is 250.public Integer getMaxResults()
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
public ListS3ResourcesRequest withMaxResults(Integer maxResults)
(Discontinued) Use this parameter to indicate the maximum number of items that you want in the response. The default value is 250.
maxResults
- (Discontinued) Use this parameter to indicate the maximum number of items that you want in the response.
The default value is 250.public String toString()
toString
in class Object
Object.toString()
public ListS3ResourcesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()