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 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(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.DescribeTapeRecoveryPointsResult
withTapeRecoveryPointInfos(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeTapeRecoveryPointsResult clone()
-
-