@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public RecoveryPointMember clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.