@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateRestoreTestingPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateRestoreTestingPlanResult() |
Modifier and Type | Method and Description |
---|---|
CreateRestoreTestingPlanResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getRestoreTestingPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
|
String |
getRestoreTestingPlanName()
This unique string is the name of the restore testing plan.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
|
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
This unique string is the name of the restore testing plan.
|
String |
toString()
Returns a string representation of this object.
|
CreateRestoreTestingPlanResult |
withCreationTime(Date creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
CreateRestoreTestingPlanResult |
withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
|
CreateRestoreTestingPlanResult |
withRestoreTestingPlanName(String restoreTestingPlanName)
This unique string is the name of the restore testing plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreationTime(Date creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087AM.
creationTime
- The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
The value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087AM.public Date getCreationTime()
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087AM.
CreationTime
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.public CreateRestoreTestingPlanResult withCreationTime(Date creationTime)
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The
value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087AM.
creationTime
- The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
The value of CreationTime
is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087AM.public void setRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
restoreTestingPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.public String getRestoreTestingPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
public CreateRestoreTestingPlanResult withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
restoreTestingPlanArn
- An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.public void setRestoreTestingPlanName(String restoreTestingPlanName)
This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
restoreTestingPlanName
- This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
public String getRestoreTestingPlanName()
This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
public CreateRestoreTestingPlanResult withRestoreTestingPlanName(String restoreTestingPlanName)
This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
restoreTestingPlanName
- This unique string is the name of the restore testing plan.
The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.
public String toString()
toString
in class Object
Object.toString()
public CreateRestoreTestingPlanResult clone()