@Generated(value="software.amazon.awssdk:codegen") public final class DescribeMountTargetsRequest extends EfsRequest implements ToCopyableBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeMountTargetsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeMountTargetsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
fileSystemId()
(Optional) ID of the file system whose mount targets you want to list (String).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest . |
int |
hashCode() |
String |
marker()
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets operation (String). |
Integer |
maxItems()
(Optional) Maximum number of mount targets to return in the response.
|
String |
mountTargetId()
(Optional) ID of the mount target that you want to have described (String).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeMountTargetsRequest.Builder> |
serializableBuilderClass() |
DescribeMountTargetsRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
overrideConfiguration
copy
public Integer maxItems()
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
public String marker()
(Optional) Opaque pagination token returned from a previous DescribeMountTargets
operation (String).
If present, it specifies to continue the list from where the previous returning call left off.
DescribeMountTargets
operation
(String). If present, it specifies to continue the list from where the previous returning call left off.public String fileSystemId()
(Optional) ID of the file system whose mount targets you want to list (String). It must be included in your
request if MountTargetId
is not included.
MountTargetId
is not included.public String mountTargetId()
(Optional) ID of the mount target that you want to have described (String). It must be included in your request
if FileSystemId
is not included.
FileSystemId
is not included.public DescribeMountTargetsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeMountTargetsRequest.Builder,DescribeMountTargetsRequest>
toBuilder
in class EfsRequest
public static DescribeMountTargetsRequest.Builder builder()
public static Class<? extends DescribeMountTargetsRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequest
SdkRequest
. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class)
method will
again be available.getValueForField
in class SdkRequest
fieldName
- The name of the member to be retrieved.clazz
- The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.