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 request.
|
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; useful for testing and
debugging.
|
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).
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
maxItems - (Optional) Maximum number of mount targets to return in the
response. It must be an integer with a value greater than zero.public Integer getMaxItems()
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
public DescribeMountTargetsRequest withMaxItems(Integer maxItems)
(Optional) Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
maxItems - (Optional) Maximum number of mount targets to return in the
response. It must be an integer with a value greater than zero.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 ObjectObject.toString()public DescribeMountTargetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.