|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.storagegateway.model.DescribeTapeRecoveryPointsResult
public class DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsOutput
Constructor Summary | |
---|---|
DescribeTapeRecoveryPointsResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeTapeRecoveryPointsResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |