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.
|
String |
getMarker()
Optional.
|
Integer |
getMaxItems()
Optional.
|
String |
getMountTargetId()
Optional.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
Optional.
|
void |
setMarker(String marker)
Optional.
|
void |
setMaxItems(Integer maxItems)
Optional.
|
void |
setMountTargetId(String mountTargetId)
Optional.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMountTargetsRequest |
withFileSystemId(String fileSystemId)
Optional.
|
DescribeMountTargetsRequest |
withMarker(String marker)
Optional.
|
DescribeMountTargetsRequest |
withMaxItems(Integer maxItems)
Optional.
|
DescribeMountTargetsRequest |
withMountTargetId(String mountTargetId)
Optional.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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. String. Opaque pagination token returned from a previous
DescribeMountTargets
operation. If present, it specifies to
continue the list from where the previous returning call left off.
marker
- Optional. String. Opaque pagination token returned from a previous
DescribeMountTargets
operation. If present, it
specifies to continue the list from where the previous returning
call left off.public String getMarker()
Optional. String. Opaque pagination token returned from a previous
DescribeMountTargets
operation. If present, it specifies to
continue the list from where the previous returning call left off.
DescribeMountTargets
operation. If present,
it specifies to continue the list from where the previous
returning call left off.public DescribeMountTargetsRequest withMarker(String marker)
Optional. String. Opaque pagination token returned from a previous
DescribeMountTargets
operation. If present, it specifies to
continue the list from where the previous returning call left off.
marker
- Optional. String. Opaque pagination token returned from a previous
DescribeMountTargets
operation. If present, it
specifies to continue the list from where the previous returning
call left off.public void setFileSystemId(String fileSystemId)
Optional. String. The ID of the file system whose mount targets you want
to list. It must be included in your request if
MountTargetId
is not included.
fileSystemId
- Optional. String. The ID of the file system whose mount targets
you want to list. It must be included in your request if
MountTargetId
is not included.public String getFileSystemId()
Optional. String. The ID of the file system whose mount targets you want
to list. It must be included in your request if
MountTargetId
is not included.
MountTargetId
is not included.public DescribeMountTargetsRequest withFileSystemId(String fileSystemId)
Optional. String. The ID of the file system whose mount targets you want
to list. It must be included in your request if
MountTargetId
is not included.
fileSystemId
- Optional. String. The ID of the file system whose mount targets
you want to list. It must be included in your request if
MountTargetId
is not included.public void setMountTargetId(String mountTargetId)
Optional. String. The ID of the mount target that you want to have
described. It must be included in your request if
FileSystemId
is not included.
mountTargetId
- Optional. String. The ID of the mount target that you want to have
described. It must be included in your request if
FileSystemId
is not included.public String getMountTargetId()
Optional. String. The ID of the mount target that you want to have
described. It must be included in your request if
FileSystemId
is not included.
FileSystemId
is not included.public DescribeMountTargetsRequest withMountTargetId(String mountTargetId)
Optional. String. The ID of the mount target that you want to have
described. It must be included in your request if
FileSystemId
is not included.
mountTargetId
- Optional. String. The ID of the mount target that you want to have
described. 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.