Class DescribeMountTargetsResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
If the request included theMarker
, the response returns that value in this field.Returns the file system's mount targets as an array ofMountTargetDescription
objects.If a value is present, there are more mount targets to return.int
hashCode()
void
If the request included theMarker
, the response returns that value in this field.void
setMountTargets
(Collection<MountTargetDescription> mountTargets) Returns the file system's mount targets as an array ofMountTargetDescription
objects.void
setNextMarker
(String nextMarker) If a value is present, there are more mount targets to return.toString()
Returns a string representation of this object; useful for testing and debugging.withMarker
(String marker) If the request included theMarker
, the response returns that value in this field.withMountTargets
(MountTargetDescription... mountTargets) Returns the file system's mount targets as an array ofMountTargetDescription
objects.withMountTargets
(Collection<MountTargetDescription> mountTargets) Returns the file system's mount targets as an array ofMountTargetDescription
objects.withNextMarker
(String nextMarker) If a value is present, there are more mount targets to return.
-
Constructor Details
-
DescribeMountTargetsResult
public DescribeMountTargetsResult()
-
-
Method Details
-
setMarker
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
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
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
Returns the file system's mount targets as an array of
MountTargetDescription
objects.- Returns:
- Returns the file system's mount targets as an array of
MountTargetDescription
objects.
-
setMountTargets
Returns the file system's mount targets as an array of
MountTargetDescription
objects.- Parameters:
mountTargets
- Returns the file system's mount targets as an array ofMountTargetDescription
objects.
-
withMountTargets
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)
orwithMountTargets(java.util.Collection)
if you want to override the existing values.- Parameters:
mountTargets
- Returns the file system's mount targets as an array ofMountTargetDescription
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withMountTargets
Returns the file system's mount targets as an array of
MountTargetDescription
objects.- Parameters:
mountTargets
- Returns the file system's mount targets as an array ofMountTargetDescription
objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextMarker
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.- Parameters:
nextMarker
- If a value is present, there are more mount targets to return. In a subsequent request, you can provideMarker
in your request with this value to retrieve the next set of mount targets.
-
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.- Returns:
- 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.
-
withNextMarker
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.- Parameters:
nextMarker
- If a value is present, there are more mount targets to return. In a subsequent request, you can provideMarker
in 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-