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 interfaceDescribeFileSystemsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeFileSystemsRequest.Builderbuilder()StringcreationToken()(Optional) Restricts the list to the file system with this creation token (String).booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfileSystemId()(Optional) ID of the file system whose description you want to retrieve (String).<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmarker()(Optional) Opaque pagination token returned from a previousDescribeFileSystemsoperation (String).IntegermaxItems()(Optional) Specifies the maximum number of file systems to return in the response (integer).Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DescribeFileSystemsRequest.Builder>serializableBuilderClass()DescribeFileSystemsRequest.BuildertoBuilder()StringtoString()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
DescribeFileSystemsoperation (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
DescribeFileSystemsoperation (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:
toBuilderin interfaceToCopyableBuilder<DescribeFileSystemsRequest.Builder,DescribeFileSystemsRequest>- Specified by:
toBuilderin classEfsRequest
-
builder
public static DescribeFileSystemsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeFileSystemsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-