public class DescribeTapeRecoveryPointsResult extends Object implements Serializable
DescribeTapeRecoveryPointsOutput
Constructor and Description |
---|
DescribeTapeRecoveryPointsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
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)
The Amazon Resource Name (ARN) of the gateway.
|
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)
The Amazon Resource Name (ARN) of the gateway.
|
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 String getGatewayARN()
Constraints:
Length: 50 - 500
public void setGatewayARN(String gatewayARN)
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 50 - 500
gatewayARN
- The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways operation to return a list of gateways for your
account and region.public List<TapeRecoveryPointInfo> getTapeRecoveryPointInfos()
public void setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the
specified gateway.public String getMarker()
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.
Constraints:
Length: 1 - 1000
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 void setMarker(String marker)
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.
Constraints:
Length: 1 - 1000
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 DescribeTapeRecoveryPointsResult withMarker(String marker)
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.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 1000
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.