@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListTapePoolsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListTapePoolsResult() |
Modifier and Type | Method and Description |
---|---|
ListTapePoolsResult |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
A string that indicates the position at which to begin the returned list of tape pools.
|
List<PoolInfo> |
getPoolInfos()
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
int |
hashCode() |
void |
setMarker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
|
void |
setPoolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
String |
toString()
Returns a string representation of this object.
|
ListTapePoolsResult |
withMarker(String marker)
A string that indicates the position at which to begin the returned list of tape pools.
|
ListTapePoolsResult |
withPoolInfos(Collection<PoolInfo> poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
ListTapePoolsResult |
withPoolInfos(PoolInfo... poolInfos)
An array of
PoolInfo objects, where each object describes a single custom tape pool. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PoolInfo> getPoolInfos()
An array of PoolInfo
objects, where each object describes a single custom tape pool. If there are no
custom tape pools, the PoolInfos
is an empty array.
PoolInfo
objects, where each object describes a single custom tape pool. If
there are no custom tape pools, the PoolInfos
is an empty array.public void setPoolInfos(Collection<PoolInfo> poolInfos)
An array of PoolInfo
objects, where each object describes a single custom tape pool. If there are no
custom tape pools, the PoolInfos
is an empty array.
poolInfos
- An array of PoolInfo
objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos
is an empty array.public ListTapePoolsResult withPoolInfos(PoolInfo... poolInfos)
An array of PoolInfo
objects, where each object describes a single custom tape pool. If there are no
custom tape pools, the PoolInfos
is an empty array.
NOTE: This method appends the values to the existing list (if any). Use
setPoolInfos(java.util.Collection)
or withPoolInfos(java.util.Collection)
if you want to
override the existing values.
poolInfos
- An array of PoolInfo
objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos
is an empty array.public ListTapePoolsResult withPoolInfos(Collection<PoolInfo> poolInfos)
An array of PoolInfo
objects, where each object describes a single custom tape pool. If there are no
custom tape pools, the PoolInfos
is an empty array.
poolInfos
- An array of PoolInfo
objects, where each object describes a single custom tape pool. If there
are no custom tape pools, the PoolInfos
is an empty array.public void setMarker(String marker)
A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.
marker
- A string that indicates the position at which to begin the returned list of tape pools. Use the marker in
your next request to continue pagination of tape pools. If there are no more tape pools to list, this
element does not appear in the response body.public String getMarker()
A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.
public ListTapePoolsResult withMarker(String marker)
A string that indicates the position at which to begin the returned list of tape pools. Use the marker in your next request to continue pagination of tape pools. If there are no more tape pools to list, this element does not appear in the response body.
marker
- A string that indicates the position at which to begin the returned list of tape pools. Use the marker in
your next request to continue pagination of tape pools. If there are no more tape pools to list, this
element does not appear in the response body.public String toString()
toString
in class Object
Object.toString()
public ListTapePoolsResult clone()