@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccessPointsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeAccessPointsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeAccessPointsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccessPointId()
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
  FileSystemId. | 
| String | getFileSystemId()
 (Optional) If you provide a  FileSystemId, EFS returns all access points for that file system;
 mutually exclusive withAccessPointId. | 
| Integer | getMaxResults()
 (Optional) When retrieving all access points for a file system, you can optionally specify the
  MaxItemsparameter to limit the number of objects returned in a response. | 
| String | getNextToken()NextTokenis present if the response is paginated. | 
| int | hashCode() | 
| void | setAccessPointId(String accessPointId)
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
  FileSystemId. | 
| void | setFileSystemId(String fileSystemId)
 (Optional) If you provide a  FileSystemId, EFS returns all access points for that file system;
 mutually exclusive withAccessPointId. | 
| void | setMaxResults(Integer maxResults)
 (Optional) When retrieving all access points for a file system, you can optionally specify the
  MaxItemsparameter to limit the number of objects returned in a response. | 
| void | setNextToken(String nextToken)NextTokenis present if the response is paginated. | 
| String | toString()Returns a string representation of this object. | 
| DescribeAccessPointsRequest | withAccessPointId(String accessPointId)
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
  FileSystemId. | 
| DescribeAccessPointsRequest | withFileSystemId(String fileSystemId)
 (Optional) If you provide a  FileSystemId, EFS returns all access points for that file system;
 mutually exclusive withAccessPointId. | 
| DescribeAccessPointsRequest | withMaxResults(Integer maxResults)
 (Optional) When retrieving all access points for a file system, you can optionally specify the
  MaxItemsparameter to limit the number of objects returned in a response. | 
| DescribeAccessPointsRequest | withNextToken(String nextToken)NextTokenis present if the response is paginated. | 
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)
 (Optional) When retrieving all access points for a file system, you can optionally specify the
 MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
 
maxResults - (Optional) When retrieving all access points for a file system, you can optionally specify the
        MaxItems parameter to limit the number of objects returned in a response. The default value
        is 100.public Integer getMaxResults()
 (Optional) When retrieving all access points for a file system, you can optionally specify the
 MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
 
MaxItems parameter to limit the number of objects returned in a response. The default value
         is 100.public DescribeAccessPointsRequest withMaxResults(Integer maxResults)
 (Optional) When retrieving all access points for a file system, you can optionally specify the
 MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
 
maxResults - (Optional) When retrieving all access points for a file system, you can optionally specify the
        MaxItems parameter to limit the number of objects returned in a response. The default value
        is 100.public void setNextToken(String nextToken)
 NextToken is present if the response is paginated. You can use NextMarker in the
 subsequent request to fetch the next page of access point descriptions.
 
nextToken - NextToken is present if the response is paginated. You can use NextMarker in the
        subsequent request to fetch the next page of access point descriptions.public String getNextToken()
 NextToken is present if the response is paginated. You can use NextMarker in the
 subsequent request to fetch the next page of access point descriptions.
 
NextToken is present if the response is paginated. You can use NextMarker in
         the subsequent request to fetch the next page of access point descriptions.public DescribeAccessPointsRequest withNextToken(String nextToken)
 NextToken is present if the response is paginated. You can use NextMarker in the
 subsequent request to fetch the next page of access point descriptions.
 
nextToken - NextToken is present if the response is paginated. You can use NextMarker in the
        subsequent request to fetch the next page of access point descriptions.public void setAccessPointId(String accessPointId)
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
 FileSystemId.
 
accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
        FileSystemId.public String getAccessPointId()
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
 FileSystemId.
 
FileSystemId.public DescribeAccessPointsRequest withAccessPointId(String accessPointId)
 (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
 FileSystemId.
 
accessPointId - (Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
        FileSystemId.public void setFileSystemId(String fileSystemId)
 (Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
 mutually exclusive with AccessPointId.
 
fileSystemId - (Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
        mutually exclusive with AccessPointId.public String getFileSystemId()
 (Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
 mutually exclusive with AccessPointId.
 
FileSystemId, EFS returns all access points for that file
         system; mutually exclusive with AccessPointId.public DescribeAccessPointsRequest withFileSystemId(String fileSystemId)
 (Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
 mutually exclusive with AccessPointId.
 
fileSystemId - (Optional) If you provide a FileSystemId, EFS returns all access points for that file system;
        mutually exclusive with AccessPointId.public String toString()
toString in class ObjectObject.toString()public DescribeAccessPointsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()