@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 executing.
|
Date |
getStartTime()
The time the Maintenance Window started executing.
|
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 executing.
|
void |
setStartTime(Date startTime)
The time the Maintenance Window started executing.
|
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; useful for testing and debugging.
|
GetMaintenanceWindowExecutionResult |
withEndTime(Date endTime)
The time the Maintenance Window finished executing.
|
GetMaintenanceWindowExecutionResult |
withStartTime(Date startTime)
The time the Maintenance Window started executing.
|
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. Only available for certain status values.
statusDetails
- The details explaining the Status. Only available for certain status values.public String getStatusDetails()
The details explaining the Status. Only available for certain status values.
public GetMaintenanceWindowExecutionResult withStatusDetails(String statusDetails)
The details explaining the Status. Only available for certain status values.
statusDetails
- The details explaining the Status. Only available for certain status values.public void setStartTime(Date startTime)
The time the Maintenance Window started executing.
startTime
- The time the Maintenance Window started executing.public Date getStartTime()
The time the Maintenance Window started executing.
public GetMaintenanceWindowExecutionResult withStartTime(Date startTime)
The time the Maintenance Window started executing.
startTime
- The time the Maintenance Window started executing.public void setEndTime(Date endTime)
The time the Maintenance Window finished executing.
endTime
- The time the Maintenance Window finished executing.public Date getEndTime()
The time the Maintenance Window finished executing.
public GetMaintenanceWindowExecutionResult withEndTime(Date endTime)
The time the Maintenance Window finished executing.
endTime
- The time the Maintenance Window finished executing.public String toString()
toString
in class Object
Object.toString()
public GetMaintenanceWindowExecutionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.