Class DescribeFileSystemsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.efs.model.EfsRequest
-
- software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeFileSystemsRequest extends EfsRequest implements ToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeFileSystemsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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 previousDescribeFileSystems
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.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
maxItems
public 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.
- Returns:
- (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.
-
marker
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.- Returns:
- (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.
-
creationToken
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.
- Returns:
- (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.
-
fileSystemId
public final String fileSystemId()
(Optional) ID of the file system whose description you want to retrieve (String).
- Returns:
- (Optional) ID of the file system whose description you want to retrieve (String).
-
toBuilder
public DescribeFileSystemsRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>
- Specified by:
toBuilder
in classEfsRequest
-
builder
public static DescribeFileSystemsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeFileSystemsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
-