@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFileSystemsRequest extends EfsRequest implements ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFileSystemsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFileSystemsRequest.Builder |
builder() |
String |
creationToken()
(Optional) Restricts the list to the file system with this creation token (String).
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fileSystemId()
(Optional) ID of the file system whose description you want to retrieve (String).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
(Optional) Opaque pagination token returned from a previous
DescribeFileSystems operation (String). |
Integer |
maxItems()
(Optional) Specifies the maximum number of file systems to return in the response (integer).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFileSystemsRequest.Builder> |
serializableBuilderClass() |
DescribeFileSystemsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxItems()
(Optional) Specifies the maximum number of file systems to return in the response (integer). This number is automatically set to 100. The response is paginated at 100 per page if you have more than 100 file systems.
public final String marker()
(Optional) Opaque pagination token returned from a previous DescribeFileSystems operation (String).
If present, specifies to continue the list from where the returning call had left off.
DescribeFileSystems operation
(String). If present, specifies to continue the list from where the returning call had left off.public final String creationToken()
(Optional) Restricts the list to the file system with this creation token (String). You specify a creation token when you create an Amazon EFS file system.
public final String fileSystemId()
(Optional) ID of the file system whose description you want to retrieve (String).
public DescribeFileSystemsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>toBuilder in class EfsRequestpublic static DescribeFileSystemsRequest.Builder builder()
public static Class<? extends DescribeFileSystemsRequest.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.