public class ListVolumeRecoveryPointsResult extends Object implements Serializable
Constructor and Description |
---|
ListVolumeRecoveryPointsResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getGatewayARN()
The Amazon Resource Name (ARN) of the gateway.
|
List<VolumeRecoveryPointInfo> |
getVolumeRecoveryPointInfos()
Returns the value of the VolumeRecoveryPointInfos property for this
object.
|
int |
hashCode() |
void |
setGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
void |
setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this
object.
|
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 gateway.
|
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this
object.
|
ListVolumeRecoveryPointsResult |
withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
Sets the value of the VolumeRecoveryPointInfos property for this
object.
|
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 ListVolumeRecoveryPointsResult 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<VolumeRecoveryPointInfo> getVolumeRecoveryPointInfos()
public void setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos property for this
object.public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos property for this
object.public ListVolumeRecoveryPointsResult withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
Returns a reference to this object so that method calls can be chained together.
volumeRecoveryPointInfos
- The new value for the VolumeRecoveryPointInfos property for this
object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.