@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMaintenanceWindowExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMaintenanceWindowExecutionResult() |
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The time the maintenance window finished running.
|
Date |
getStartTime()
The time the maintenance window started running.
|
String |
getStatus()
The status of the maintenance window execution.
|
String |
getStatusDetails()
The details explaining the status.
|
List<String> |
getTaskIds()
The ID of the task executions from the maintenance window execution.
|
String |
getWindowExecutionId()
The ID of the maintenance window execution.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The time the maintenance window finished running.
|
void |
setStartTime(Date startTime)
The time the maintenance window started running.
|
void |
setStatus(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
|
void |
setStatus(String status)
The status of the maintenance window execution.
|
void |
setStatusDetails(String statusDetails)
The details explaining the status.
|
void |
setTaskIds(Collection<String> taskIds)
The ID of the task executions from the maintenance window execution.
|
void |
setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
|
String |
toString()
Returns a string representation of this object.
|
GetMaintenanceWindowExecutionResult |
withEndTime(Date endTime)
The time the maintenance window finished running.
|
GetMaintenanceWindowExecutionResult |
withStartTime(Date startTime)
The time the maintenance window started running.
|
GetMaintenanceWindowExecutionResult |
withStatus(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
withStatus(String status)
The status of the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
withStatusDetails(String statusDetails)
The details explaining the status.
|
GetMaintenanceWindowExecutionResult |
withTaskIds(Collection<String> taskIds)
The ID of the task executions from the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
withTaskIds(String... taskIds)
The ID of the task executions from the maintenance window execution.
|
GetMaintenanceWindowExecutionResult |
withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
windowExecutionId
- The ID of the maintenance window execution.public String getWindowExecutionId()
The ID of the maintenance window execution.
public GetMaintenanceWindowExecutionResult withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution.
windowExecutionId
- The ID of the maintenance window execution.public List<String> getTaskIds()
The ID of the task executions from the maintenance window execution.
public void setTaskIds(Collection<String> taskIds)
The ID of the task executions from the maintenance window execution.
taskIds
- The ID of the task executions from the maintenance window execution.public GetMaintenanceWindowExecutionResult withTaskIds(String... taskIds)
The ID of the task executions from the maintenance window execution.
NOTE: This method appends the values to the existing list (if any). Use
setTaskIds(java.util.Collection)
or withTaskIds(java.util.Collection)
if you want to override
the existing values.
taskIds
- The ID of the task executions from the maintenance window execution.public GetMaintenanceWindowExecutionResult withTaskIds(Collection<String> taskIds)
The ID of the task executions from the maintenance window execution.
taskIds
- The ID of the task executions from the maintenance window execution.public void setStatus(String status)
The status of the maintenance window execution.
status
- The status of the maintenance window execution.MaintenanceWindowExecutionStatus
public String getStatus()
The status of the maintenance window execution.
MaintenanceWindowExecutionStatus
public GetMaintenanceWindowExecutionResult withStatus(String status)
The status of the maintenance window execution.
status
- The status of the maintenance window execution.MaintenanceWindowExecutionStatus
public void setStatus(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
status
- The status of the maintenance window execution.MaintenanceWindowExecutionStatus
public GetMaintenanceWindowExecutionResult withStatus(MaintenanceWindowExecutionStatus status)
The status of the maintenance window execution.
status
- The status of the maintenance window execution.MaintenanceWindowExecutionStatus
public void setStatusDetails(String statusDetails)
The details explaining the status. Not available for all status values.
statusDetails
- The details explaining the status. Not available for all status values.public String getStatusDetails()
The details explaining the status. Not available for all status values.
public GetMaintenanceWindowExecutionResult withStatusDetails(String statusDetails)
The details explaining the status. Not available for all status values.
statusDetails
- The details explaining the status. Not available for all status values.public void setStartTime(Date startTime)
The time the maintenance window started running.
startTime
- The time the maintenance window started running.public Date getStartTime()
The time the maintenance window started running.
public GetMaintenanceWindowExecutionResult withStartTime(Date startTime)
The time the maintenance window started running.
startTime
- The time the maintenance window started running.public void setEndTime(Date endTime)
The time the maintenance window finished running.
endTime
- The time the maintenance window finished running.public Date getEndTime()
The time the maintenance window finished running.
public GetMaintenanceWindowExecutionResult withEndTime(Date endTime)
The time the maintenance window finished running.
endTime
- The time the maintenance window finished running.public String toString()
toString
in class Object
Object.toString()
public GetMaintenanceWindowExecutionResult clone()