public class DescribeTapeRecoveryPointsResult extends Object implements Serializable, Cloneable
DescribeTapeRecoveryPointsOutput
Constructor and Description |
---|
DescribeTapeRecoveryPointsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsResult |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayARN() |
String |
getMarker()
An opaque string that indicates the position at which the virtual tape
recovery points that were listed for description ended.
|
List<TapeRecoveryPointInfo> |
getTapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN) |
void |
setMarker(String marker)
An opaque string that indicates the position at which the virtual tape
recovery points that were listed for description ended.
|
void |
setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTapeRecoveryPointsResult |
withGatewayARN(String gatewayARN) |
DescribeTapeRecoveryPointsResult |
withMarker(String marker)
An opaque string that indicates the position at which the virtual tape
recovery points that were listed for description ended.
|
DescribeTapeRecoveryPointsResult |
withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
DescribeTapeRecoveryPointsResult |
withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
public void setGatewayARN(String gatewayARN)
gatewayARN
- public String getGatewayARN()
public DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
gatewayARN
- public List<TapeRecoveryPointInfo> getTapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified gateway.
public void setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
NOTE: This method appends the values to the existing list (if
any). Use setTapeRecoveryPointInfos(java.util.Collection)
or
withTapeRecoveryPointInfos(java.util.Collection)
if you want to
override the existing values.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public void setMarker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
marker
- An opaque string that indicates the position at which the virtual
tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
public String getMarker()
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
public DescribeTapeRecoveryPointsResult withMarker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
marker
- An opaque string that indicates the position at which the virtual
tape recovery points that were listed for description ended.
Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.
public String toString()
toString
in class Object
Object.toString()
public DescribeTapeRecoveryPointsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.