@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecoveryPointMember extends Object implements Serializable, Cloneable, StructuredPojo
This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
| Constructor and Description |
|---|
RecoveryPointMember() |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointMember |
clone() |
boolean |
equals(Object obj) |
String |
getRecoveryPointArn()
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
String |
toString()
Returns a string representation of this object.
|
RecoveryPointMember |
withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
public void setRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
recoveryPointArn - This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.public String getRecoveryPointArn()
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
public RecoveryPointMember withRecoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
recoveryPointArn - This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.public String toString()
toString in class ObjectObject.toString()public RecoveryPointMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.