Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.storagegateway.model
Class ListVolumeRecoveryPointsResult

java.lang.Object
  extended by com.amazonaws.services.storagegateway.model.ListVolumeRecoveryPointsResult
All Implemented Interfaces:
Serializable

public class ListVolumeRecoveryPointsResult
extends Object
implements Serializable

A JSON object containing the following fields:

See Also:
Serialized Form

Constructor Summary
ListVolumeRecoveryPointsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getGatewayARN()
          The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.
 List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
          An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point.
 int hashCode()
           
 void setGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.
 void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
          An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ListVolumeRecoveryPointsResult withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.
 ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
          An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point.
 ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
          An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListVolumeRecoveryPointsResult

public ListVolumeRecoveryPointsResult()
Method Detail

getGatewayARN

public String getGatewayARN()
The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.

Constraints:
Length: 50 - 500

Returns:
The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.

setGatewayARN

public void setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.

withGatewayARN

public ListVolumeRecoveryPointsResult withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 50 - 500

Parameters:
gatewayARN - The Amazon Resource Name (ARN) of the activated gateway whose local disk information is returned.
Returns:
A reference to this updated object so that method calls can be chained together.

getVolumeRecoveryPointInfos

public List<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

Returns:
An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

setVolumeRecoveryPointInfos

public void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

Parameters:
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

withVolumeRecoveryPointInfos

public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

Returns a reference to this object so that method calls can be chained together.

Parameters:
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"
Returns:
A reference to this updated object so that method calls can be chained together.

withVolumeRecoveryPointInfos

public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"

Returns a reference to this object so that method calls can be chained together.

Parameters:
volumeRecoveryPointInfos - An array of VolumeRecoveryPointInfo objects, where each object describes a recovery point. If no recovery points are defined for the volume, then VolumeRecoveryPointInfos is an empty array "[]"
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.