public class DescribeMountTargetsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
fileSystemId
Optional.
|
private java.lang.String |
marker
Optional.
|
private java.lang.Integer |
maxItems
Optional.
|
private java.lang.String |
mountTargetId
Optional.
|
NOOP
Constructor and Description |
---|
DescribeMountTargetsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getFileSystemId()
Optional.
|
java.lang.String |
getMarker()
Optional.
|
java.lang.Integer |
getMaxItems()
Optional.
|
java.lang.String |
getMountTargetId()
Optional.
|
int |
hashCode() |
void |
setFileSystemId(java.lang.String fileSystemId)
Optional.
|
void |
setMarker(java.lang.String marker)
Optional.
|
void |
setMaxItems(java.lang.Integer maxItems)
Optional.
|
void |
setMountTargetId(java.lang.String mountTargetId)
Optional.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMountTargetsRequest |
withFileSystemId(java.lang.String fileSystemId)
Optional.
|
DescribeMountTargetsRequest |
withMarker(java.lang.String marker)
Optional.
|
DescribeMountTargetsRequest |
withMaxItems(java.lang.Integer maxItems)
Optional.
|
DescribeMountTargetsRequest |
withMountTargetId(java.lang.String mountTargetId)
Optional.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.Integer maxItems
Optional. Maximum number of mount targets to return in the response. It must be an integer with a value greater than zero.
private java.lang.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.
private java.lang.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.
private java.lang.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.
public void setMaxItems(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeMountTargetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()