public class DescribeMountTargetsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
marker
If the request included the
Marker , the response returns
that value in this field. |
private SdkInternalList<MountTargetDescription> |
mountTargets
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
private java.lang.String |
nextMarker
If a value is present, there are more mount targets to return.
|
Constructor and Description |
---|
DescribeMountTargetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
If the request included the
Marker , the response returns
that value in this field. |
java.util.List<MountTargetDescription> |
getMountTargets()
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
java.lang.String |
getNextMarker()
If a value is present, there are more mount targets to return.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
If the request included the
Marker , the response returns
that value in this field. |
void |
setMountTargets(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
void |
setNextMarker(java.lang.String nextMarker)
If a value is present, there are more mount targets to return.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeMountTargetsResult |
withMarker(java.lang.String marker)
If the request included the
Marker , the response returns
that value in this field. |
DescribeMountTargetsResult |
withMountTargets(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
DescribeMountTargetsResult |
withNextMarker(java.lang.String nextMarker)
If a value is present, there are more mount targets to return.
|
private java.lang.String marker
If the request included the Marker
, the response returns
that value in this field.
private SdkInternalList<MountTargetDescription> mountTargets
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
private java.lang.String nextMarker
If a value is present, there are more mount targets to return. In a
subsequent request, you can provide Marker
in your request
with this value to retrieve the next set of mount targets.
public void setMarker(java.lang.String marker)
If the request included the Marker
, the response returns
that value in this field.
marker
- If the request included the Marker
, the response
returns that value in this field.public java.lang.String getMarker()
If the request included the Marker
, the response returns
that value in this field.
Marker
, the response
returns that value in this field.public DescribeMountTargetsResult withMarker(java.lang.String marker)
If the request included the Marker
, the response returns
that value in this field.
marker
- If the request included the Marker
, the response
returns that value in this field.public java.util.List<MountTargetDescription> getMountTargets()
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
MountTargetDescription
objects.public void setMountTargets(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
mountTargets
- Returns the file system's mount targets as an array of
MountTargetDescription
objects.public DescribeMountTargetsResult withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
NOTE: This method appends the values to the existing list (if
any). Use setMountTargets(java.util.Collection)
or
withMountTargets(java.util.Collection)
if you want to override
the existing values.
mountTargets
- Returns the file system's mount targets as an array of
MountTargetDescription
objects.public DescribeMountTargetsResult withMountTargets(java.util.Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription
objects.
mountTargets
- Returns the file system's mount targets as an array of
MountTargetDescription
objects.public void setNextMarker(java.lang.String nextMarker)
If a value is present, there are more mount targets to return. In a
subsequent request, you can provide Marker
in your request
with this value to retrieve the next set of mount targets.
nextMarker
- If a value is present, there are more mount targets to return. In
a subsequent request, you can provide Marker
in your
request with this value to retrieve the next set of mount targets.public java.lang.String getNextMarker()
If a value is present, there are more mount targets to return. In a
subsequent request, you can provide Marker
in your request
with this value to retrieve the next set of mount targets.
Marker
in your
request with this value to retrieve the next set of mount
targets.public DescribeMountTargetsResult withNextMarker(java.lang.String nextMarker)
If a value is present, there are more mount targets to return. In a
subsequent request, you can provide Marker
in your request
with this value to retrieve the next set of mount targets.
nextMarker
- If a value is present, there are more mount targets to return. In
a subsequent request, you can provide Marker
in your
request with this value to retrieve the next set of mount targets.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 DescribeMountTargetsResult clone()
clone
in class java.lang.Object