Class DescribeTapeRecoveryPointsResult
- java.lang.Object
-
- com.amazonaws.services.storagegateway.model.DescribeTapeRecoveryPointsResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DescribeTapeRecoveryPointsResult extends Object implements Serializable, Cloneable
DescribeTapeRecoveryPointsOutput
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeTapeRecoveryPointsResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeTapeRecoveryPointsResultclone()booleanequals(Object obj)StringgetGatewayARN()StringgetMarker()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.inthashCode()voidsetGatewayARN(String gatewayARN)voidsetMarker(String marker)An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.voidsetTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeTapeRecoveryPointsResultwithGatewayARN(String gatewayARN)DescribeTapeRecoveryPointsResultwithMarker(String marker)An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.DescribeTapeRecoveryPointsResultwithTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResultwithTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)An array of TapeRecoveryPointInfos that are available for the specified gateway.
-
-
-
Method Detail
-
setGatewayARN
public void setGatewayARN(String gatewayARN)
- Parameters:
gatewayARN-
-
getGatewayARN
public String getGatewayARN()
- Returns:
-
withGatewayARN
public DescribeTapeRecoveryPointsResult withGatewayARN(String gatewayARN)
- Parameters:
gatewayARN-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTapeRecoveryPointInfos
public List<TapeRecoveryPointInfo> 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
public void setTapeRecoveryPointInfos(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.
-
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
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.
- 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
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.
- 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
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.
- 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTapeRecoveryPointsResult clone()
-
-