Class DescribeMountTargetsResult
- java.lang.Object
-
- com.amazonaws.services.elasticfilesystem.model.DescribeMountTargetsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeMountTargetsResult extends Object implements Serializable, Cloneable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeMountTargetsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeMountTargetsResultclone()booleanequals(Object obj)StringgetMarker()If the request included theMarker, the response returns that value in this field.List<MountTargetDescription>getMountTargets()Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.StringgetNextMarker()If a value is present, there are more mount targets to return.inthashCode()voidsetMarker(String marker)If the request included theMarker, the response returns that value in this field.voidsetMountTargets(Collection<MountTargetDescription> mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.voidsetNextMarker(String nextMarker)If a value is present, there are more mount targets to return.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeMountTargetsResultwithMarker(String marker)If the request included theMarker, the response returns that value in this field.DescribeMountTargetsResultwithMountTargets(MountTargetDescription... mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.DescribeMountTargetsResultwithMountTargets(Collection<MountTargetDescription> mountTargets)Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.DescribeMountTargetsResultwithNextMarker(String nextMarker)If a value is present, there are more mount targets to return.
-
-
-
Method Detail
-
setMarker
public void setMarker(String marker)
If the request included the
Marker, the response returns that value in this field.- Parameters:
marker- If the request included theMarker, the response returns that value in this field.
-
getMarker
public String getMarker()
If the request included the
Marker, the response returns that value in this field.- Returns:
- If the request included the
Marker, the response returns that value in this field.
-
withMarker
public DescribeMountTargetsResult withMarker(String marker)
If the request included the
Marker, the response returns that value in this field.- Parameters:
marker- If the request included theMarker, the response returns that value in this field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getMountTargets
public List<MountTargetDescription> getMountTargets()
Returns the file system's mount targets as an array of
MountTargetDescriptionobjects.- Returns:
- Returns the file system's mount targets as an array of
MountTargetDescriptionobjects.
-
setMountTargets
public void setMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescriptionobjects.- Parameters:
mountTargets- Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.
-
withMountTargets
public DescribeMountTargetsResult withMountTargets(MountTargetDescription... mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescriptionobjects.NOTE: This method appends the values to the existing list (if any). Use
setMountTargets(java.util.Collection)orwithMountTargets(java.util.Collection)if you want to override the existing values.- Parameters:
mountTargets- Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withMountTargets
public DescribeMountTargetsResult withMountTargets(Collection<MountTargetDescription> mountTargets)
Returns the file system's mount targets as an array of
MountTargetDescriptionobjects.- Parameters:
mountTargets- Returns the file system's mount targets as an array ofMountTargetDescriptionobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
public void setNextMarker(String nextMarker)
If a value is present, there are more mount targets to return. In a subsequent request, you can provide
Markerin your request with this value to retrieve the next set of mount targets.- Parameters:
nextMarker- If a value is present, there are more mount targets to return. In a subsequent request, you can provideMarkerin your request with this value to retrieve the next set of mount targets.
-
getNextMarker
public String getNextMarker()
If a value is present, there are more mount targets to return. In a subsequent request, you can provide
Markerin your request with this value to retrieve the next set of mount targets.- Returns:
- If a value is present, there are more mount targets to return. In
a subsequent request, you can provide
Markerin your request with this value to retrieve the next set of mount targets.
-
withNextMarker
public DescribeMountTargetsResult withNextMarker(String nextMarker)
If a value is present, there are more mount targets to return. In a subsequent request, you can provide
Markerin your request with this value to retrieve the next set of mount targets.- Parameters:
nextMarker- If a value is present, there are more mount targets to return. In a subsequent request, you can provideMarkerin your request with this value to retrieve the next set of mount targets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeMountTargetsResult clone()
-
-