@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMountTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeMountTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getFileSystemId()
(Optional) ID of the file system whose mount targets you want to list (String).
|
String |
getMarker()
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets operation (String). |
Integer |
getMaxItems()
(Optional) Maximum number of mount targets to return in the response.
|
String |
getMountTargetId()
(Optional) ID of the mount target that you want to have described (String).
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
(Optional) ID of the file system whose mount targets you want to list (String).
|
void |
setMarker(String marker)
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets operation (String). |
void |
setMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response.
|
void |
setMountTargetId(String mountTargetId)
(Optional) ID of the mount target that you want to have described (String).
|
String |
toString()
Returns a string representation of this object.
|
DescribeMountTargetsRequest |
withFileSystemId(String fileSystemId)
(Optional) ID of the file system whose mount targets you want to list (String).
|
DescribeMountTargetsRequest |
withMarker(String marker)
(Optional) Opaque pagination token returned from a previous
DescribeMountTargets operation (String). |
DescribeMountTargetsRequest |
withMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response.
|
DescribeMountTargetsRequest |
withMountTargetId(String mountTargetId)
(Optional) ID of the mount target that you want to have described (String).
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response. Currently, this number is automatically set to 10, and other values are ignored. The response is paginated at 10 per page if you have more than 10 mount targets.
maxItems
- (Optional) Maximum number of mount targets to return in the response. Currently, this number is
automatically set to 10, and other values are ignored. The response is paginated at 10 per page if you
have more than 10 mount targets.public Integer getMaxItems()
(Optional) Maximum number of mount targets to return in the response. Currently, this number is automatically set to 10, and other values are ignored. The response is paginated at 10 per page if you have more than 10 mount targets.
public DescribeMountTargetsRequest withMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response. Currently, this number is automatically set to 10, and other values are ignored. The response is paginated at 10 per page if you have more than 10 mount targets.
maxItems
- (Optional) Maximum number of mount targets to return in the response. Currently, this number is
automatically set to 10, and other values are ignored. The response is paginated at 10 per page if you
have more than 10 mount targets.public void setMarker(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.
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.public String getMarker()
(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 DescribeMountTargetsRequest withMarker(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.
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.public void setFileSystemId(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.
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.public String getFileSystemId()
(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 DescribeMountTargetsRequest withFileSystemId(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.
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.public void setMountTargetId(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.
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.public String getMountTargetId()
(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 withMountTargetId(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.
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.public String toString()
toString
in class Object
Object.toString()
public DescribeMountTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.