public class DescribeMountTargetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeMountTargetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeMountTargetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFileSystemId()
String.
|
String |
getMarker()
Optional.
|
Integer |
getMaxItems()
Optional.
|
int |
hashCode() |
void |
setFileSystemId(String fileSystemId)
String.
|
void |
setMarker(String marker)
Optional.
|
void |
setMaxItems(Integer maxItems)
Optional.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMountTargetsRequest |
withFileSystemId(String fileSystemId)
String.
|
DescribeMountTargetsRequest |
withMarker(String marker)
Optional.
|
DescribeMountTargetsRequest |
withMaxItems(Integer maxItems)
Optional.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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)
String. The ID of the file system whose mount targets you want to list.
fileSystemId - String. The ID of the file system whose mount targets you want to
list.public String getFileSystemId()
String. The ID of the file system whose mount targets you want to list.
public DescribeMountTargetsRequest withFileSystemId(String fileSystemId)
String. The ID of the file system whose mount targets you want to list.
fileSystemId - String. The ID of the file system whose mount targets you want to
list.public String toString()
toString in class ObjectObject.toString()public DescribeMountTargetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.