@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeMountTargetsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeMountTargetsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeMountTargetsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
If the request included the
Marker , the response returns that value in this field. |
List<MountTargetDescription> |
getMountTargets()
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
String |
getNextMarker()
If a value is present, there are more mount targets to return.
|
int |
hashCode() |
void |
setMarker(String marker)
If the request included the
Marker , the response returns that value in this field. |
void |
setMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescription objects. |
void |
setNextMarker(String nextMarker)
If a value is present, there are more mount targets to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeMountTargetsResult |
withMarker(String marker)
If the request included the
Marker , the response returns that value in this field. |
DescribeMountTargetsResult |
withMountTargets(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(String nextMarker)
If a value is present, there are more mount targets to return.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMarker(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 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(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 List<MountTargetDescription> getMountTargets()
Returns the file system's mount targets as an array of MountTargetDescription
objects.
MountTargetDescription
objects.public void setMountTargets(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(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(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 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(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 String toString()
toString
in class Object
Object.toString()
public DescribeMountTargetsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.