@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccessPointsRequest extends EfsRequest implements ToCopyableBuilder<DescribeAccessPointsRequest.Builder,DescribeAccessPointsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccessPointsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accessPointId()
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId. |
static DescribeAccessPointsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
(Optional) If you provide a
FileSystemId, EFS returns all access points for that file system;
mutually exclusive with AccessPointId. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
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. |
String |
nextToken()
NextToken is present if the response is paginated. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccessPointsRequest.Builder> |
serializableBuilderClass() |
DescribeAccessPointsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
MaxItems parameter to limit the number of objects returned in a response. The default value
is 100.public final 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 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 final String accessPointId()
(Optional) Specifies an EFS access point to describe in the response; mutually exclusive with
FileSystemId.
FileSystemId.public final String fileSystemId()
(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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccessPointsRequest.Builder,DescribeAccessPointsRequest>toBuilder in class EfsRequestpublic static DescribeAccessPointsRequest.Builder builder()
public static Class<? extends DescribeAccessPointsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.