Class DescribeTapeRecoveryPointsResult
- All Implemented Interfaces:
Serializable
,Cloneable
DescribeTapeRecoveryPointsOutput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.An array of TapeRecoveryPointInfos that are available for the specified gateway.int
hashCode()
void
setGatewayARN
(String gatewayARN) void
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.toString()
Returns a string representation of this object; useful for testing and debugging.withGatewayARN
(String gatewayARN) withMarker
(String marker) An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.withTapeRecoveryPointInfos
(TapeRecoveryPointInfo... tapeRecoveryPointInfos) An array of TapeRecoveryPointInfos that are available for the specified gateway.withTapeRecoveryPointInfos
(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos) An array of TapeRecoveryPointInfos that are available for the specified gateway.
-
Constructor Details
-
DescribeTapeRecoveryPointsResult
public DescribeTapeRecoveryPointsResult()
-
-
Method Details
-
setGatewayARN
- Parameters:
gatewayARN
-
-
getGatewayARN
- Returns:
-
withGatewayARN
- Parameters:
gatewayARN
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTapeRecoveryPointInfos
An array of TapeRecoveryPointInfos that are available for the specified gateway.
- Returns:
- An array of TapeRecoveryPointInfos that are available for the specified gateway.
-
setTapeRecoveryPointInfos
An array of TapeRecoveryPointInfos that are available for the specified gateway.
- Parameters:
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.
-
withTapeRecoveryPointInfos
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)
orwithTapeRecoveryPointInfos(java.util.Collection)
if you want to override the existing values.- Parameters:
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTapeRecoveryPointInfos
public DescribeTapeRecoveryPointsResult withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos) An array of TapeRecoveryPointInfos that are available for the specified gateway.
- Parameters:
tapeRecoveryPointInfos
- An array of TapeRecoveryPointInfos that are available for the specified gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMarker
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withMarker
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.
- Parameters:
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.
- 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
-