@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreJobCreator extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the restore testing plan that Backup used to initiate the restore job.
Constructor and Description |
---|
RestoreJobCreator() |
Modifier and Type | Method and Description |
---|---|
RestoreJobCreator |
clone() |
boolean |
equals(Object obj) |
String |
getRestoreTestingPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
String |
toString()
Returns a string representation of this object.
|
RestoreJobCreator |
withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
public void setRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
restoreTestingPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.public String getRestoreTestingPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
public RestoreJobCreator withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
restoreTestingPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.public String toString()
toString
in class Object
Object.toString()
public RestoreJobCreator clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.