@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RestoreTestingPlanForGet extends Object implements Serializable, Cloneable, StructuredPojo
This contains metadata about a restore testing plan.
Constructor and Description |
---|
RestoreTestingPlanForGet() |
Modifier and Type | Method and Description |
---|---|
RestoreTestingPlanForGet |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
String |
getCreatorRequestId()
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
Date |
getLastExecutionTime()
The last time a restore test was run with the specified restore testing plan.
|
Date |
getLastUpdateTime()
The date and time that the restore testing plan was updated.
|
RestoreTestingRecoveryPointSelection |
getRecoveryPointSelection()
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
String |
getRestoreTestingPlanArn()
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
String |
getRestoreTestingPlanName()
This is the restore testing plan name.
|
String |
getScheduleExpression()
A CRON expression in specified timezone when a restore testing plan is executed.
|
String |
getScheduleExpressionTimezone()
Optional.
|
Integer |
getStartWindowHours()
Defaults to 24 hours.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
void |
setCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
void |
setLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated.
|
void |
setRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
void |
setRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
|
void |
setScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
|
void |
setScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional.
|
void |
setStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
|
String |
toString()
Returns a string representation of this object.
|
RestoreTestingPlanForGet |
withCreationTime(Date creationTime)
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
RestoreTestingPlanForGet |
withCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
RestoreTestingPlanForGet |
withLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan.
|
RestoreTestingPlanForGet |
withLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated.
|
RestoreTestingPlanForGet |
withRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
RestoreTestingPlanForGet |
withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
RestoreTestingPlanForGet |
withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
|
RestoreTestingPlanForGet |
withScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForGet |
withScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional.
|
RestoreTestingPlanForGet |
withStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
|
public void setCreationTime(Date creationTime)
The date and time that 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.087 AM.
creationTime
- The date and time that 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.087 AM.public Date getCreationTime()
The date and time that 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.087 AM.
CreationTime
is accurate to milliseconds. For example, the value
1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public RestoreTestingPlanForGet withCreationTime(Date creationTime)
The date and time that 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.087 AM.
creationTime
- The date and time that 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.087 AM.public void setCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
creatorRequestId
- This identifies the request and allows failed requests to be retried without the risk of running the
operation twice. If the request includes a CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
public String getCreatorRequestId()
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
public RestoreTestingPlanForGet withCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
creatorRequestId
- This identifies the request and allows failed requests to be retried without the risk of running the
operation twice. If the request includes a CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
public void setLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and
Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastExecutionTime
- The last time a restore test was run with the specified restore testing plan. A date and time, in Unix
format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getLastExecutionTime()
The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and
Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
LastExecutionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public RestoreTestingPlanForGet withLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan. A date and time, in Unix format and
Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to milliseconds. For
example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastExecutionTime
- The last time a restore test was run with the specified restore testing plan. A date and time, in Unix
format and Coordinated Universal Time (UTC). The value of LastExecutionDate
is accurate to
milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public void setLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastUpdateTime
- The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public Date getLastUpdateTime()
The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
LastUpdateTime
is accurate to milliseconds.
For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public RestoreTestingPlanForGet withLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the
value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
lastUpdateTime
- The date and time that the restore testing plan was updated. This update is in Unix format and Coordinated
Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example,
the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.public void setRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
recoveryPointSelection
- The specified criteria to assign a set of resources, such as recovery point types or backup vaults.public RestoreTestingRecoveryPointSelection getRecoveryPointSelection()
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
public RestoreTestingPlanForGet withRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
recoveryPointSelection
- The specified criteria to assign a set of resources, such as recovery point types or backup vaults.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 RestoreTestingPlanForGet 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 void setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
restoreTestingPlanName
- This is the restore testing plan name.public String getRestoreTestingPlanName()
This is the restore testing plan name.
public RestoreTestingPlanForGet withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
restoreTestingPlanName
- This is the restore testing plan name.public void setScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
scheduleExpression
- A CRON expression in specified timezone when a restore testing plan is executed.public String getScheduleExpression()
A CRON expression in specified timezone when a restore testing plan is executed.
public RestoreTestingPlanForGet withScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
scheduleExpression
- A CRON expression in specified timezone when a restore testing plan is executed.public void setScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
scheduleExpressionTimezone
- Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions
are in UTC. You can modify this to a specified timezone.public String getScheduleExpressionTimezone()
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
public RestoreTestingPlanForGet withScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
scheduleExpressionTimezone
- Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions
are in UTC. You can modify this to a specified timezone.public void setStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
startWindowHours
- Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
public Integer getStartWindowHours()
Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
public RestoreTestingPlanForGet withStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
startWindowHours
- Defaults to 24 hours.
A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
public String toString()
toString
in class Object
Object.toString()
public RestoreTestingPlanForGet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.