@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMaintenanceWindowExecutionTaskInvocationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMaintenanceWindowExecutionTaskInvocationResult() |
Modifier and Type | Method and Description |
---|---|
GetMaintenanceWindowExecutionTaskInvocationResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
The time that the task finished running on the target.
|
String |
getExecutionId()
The execution ID.
|
String |
getInvocationId()
The invocation ID.
|
String |
getOwnerInformation()
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while
running tasks for these targets in this maintenance window.
|
String |
getParameters()
The parameters used at the time that the task ran.
|
Date |
getStartTime()
The time that the task started running on the target.
|
String |
getStatus()
The task status for an invocation.
|
String |
getStatusDetails()
The details explaining the status.
|
String |
getTaskExecutionId()
The task execution ID.
|
String |
getTaskType()
Retrieves the task type for a maintenance window.
|
String |
getWindowExecutionId()
The maintenance window execution ID.
|
String |
getWindowTargetId()
The maintenance window target ID.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
The time that the task finished running on the target.
|
void |
setExecutionId(String executionId)
The execution ID.
|
void |
setInvocationId(String invocationId)
The invocation ID.
|
void |
setOwnerInformation(String ownerInformation)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while
running tasks for these targets in this maintenance window.
|
void |
setParameters(String parameters)
The parameters used at the time that the task ran.
|
void |
setStartTime(Date startTime)
The time that the task started running on the target.
|
void |
setStatus(String status)
The task status for an invocation.
|
void |
setStatusDetails(String statusDetails)
The details explaining the status.
|
void |
setTaskExecutionId(String taskExecutionId)
The task execution ID.
|
void |
setTaskType(String taskType)
Retrieves the task type for a maintenance window.
|
void |
setWindowExecutionId(String windowExecutionId)
The maintenance window execution ID.
|
void |
setWindowTargetId(String windowTargetId)
The maintenance window target ID.
|
String |
toString()
Returns a string representation of this object.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withEndTime(Date endTime)
The time that the task finished running on the target.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withExecutionId(String executionId)
The execution ID.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withInvocationId(String invocationId)
The invocation ID.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withOwnerInformation(String ownerInformation)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while
running tasks for these targets in this maintenance window.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withParameters(String parameters)
The parameters used at the time that the task ran.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withStartTime(Date startTime)
The time that the task started running on the target.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withStatus(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withStatus(String status)
The task status for an invocation.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withStatusDetails(String statusDetails)
The details explaining the status.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withTaskExecutionId(String taskExecutionId)
The task execution ID.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withTaskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withTaskType(String taskType)
Retrieves the task type for a maintenance window.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withWindowExecutionId(String windowExecutionId)
The maintenance window execution ID.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
withWindowTargetId(String windowTargetId)
The maintenance window target ID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public GetMaintenanceWindowExecutionTaskInvocationResult()
public void setWindowExecutionId(String windowExecutionId)
The maintenance window execution ID.
windowExecutionId
- The maintenance window execution ID.public String getWindowExecutionId()
The maintenance window execution ID.
public GetMaintenanceWindowExecutionTaskInvocationResult withWindowExecutionId(String windowExecutionId)
The maintenance window execution ID.
windowExecutionId
- The maintenance window execution ID.public void setTaskExecutionId(String taskExecutionId)
The task execution ID.
taskExecutionId
- The task execution ID.public String getTaskExecutionId()
The task execution ID.
public GetMaintenanceWindowExecutionTaskInvocationResult withTaskExecutionId(String taskExecutionId)
The task execution ID.
taskExecutionId
- The task execution ID.public void setInvocationId(String invocationId)
The invocation ID.
invocationId
- The invocation ID.public String getInvocationId()
The invocation ID.
public GetMaintenanceWindowExecutionTaskInvocationResult withInvocationId(String invocationId)
The invocation ID.
invocationId
- The invocation ID.public void setExecutionId(String executionId)
The execution ID.
executionId
- The execution ID.public String getExecutionId()
The execution ID.
public GetMaintenanceWindowExecutionTaskInvocationResult withExecutionId(String executionId)
The execution ID.
executionId
- The execution ID.public void setTaskType(String taskType)
Retrieves the task type for a maintenance window.
taskType
- Retrieves the task type for a maintenance window.MaintenanceWindowTaskType
public String getTaskType()
Retrieves the task type for a maintenance window.
MaintenanceWindowTaskType
public GetMaintenanceWindowExecutionTaskInvocationResult withTaskType(String taskType)
Retrieves the task type for a maintenance window.
taskType
- Retrieves the task type for a maintenance window.MaintenanceWindowTaskType
public GetMaintenanceWindowExecutionTaskInvocationResult withTaskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window.
taskType
- Retrieves the task type for a maintenance window.MaintenanceWindowTaskType
public void setParameters(String parameters)
The parameters used at the time that the task ran.
parameters
- The parameters used at the time that the task ran.public String getParameters()
The parameters used at the time that the task ran.
public GetMaintenanceWindowExecutionTaskInvocationResult withParameters(String parameters)
The parameters used at the time that the task ran.
parameters
- The parameters used at the time that the task ran.public void setStatus(String status)
The task status for an invocation.
status
- The task status for an invocation.MaintenanceWindowExecutionStatus
public String getStatus()
The task status for an invocation.
MaintenanceWindowExecutionStatus
public GetMaintenanceWindowExecutionTaskInvocationResult withStatus(String status)
The task status for an invocation.
status
- The task status for an invocation.MaintenanceWindowExecutionStatus
public GetMaintenanceWindowExecutionTaskInvocationResult withStatus(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
status
- The task status for an invocation.MaintenanceWindowExecutionStatus
public void setStatusDetails(String statusDetails)
The details explaining the status. Details are only available for certain status values.
statusDetails
- The details explaining the status. Details are only available for certain status values.public String getStatusDetails()
The details explaining the status. Details are only available for certain status values.
public GetMaintenanceWindowExecutionTaskInvocationResult withStatusDetails(String statusDetails)
The details explaining the status. Details are only available for certain status values.
statusDetails
- The details explaining the status. Details are only available for certain status values.public void setStartTime(Date startTime)
The time that the task started running on the target.
startTime
- The time that the task started running on the target.public Date getStartTime()
The time that the task started running on the target.
public GetMaintenanceWindowExecutionTaskInvocationResult withStartTime(Date startTime)
The time that the task started running on the target.
startTime
- The time that the task started running on the target.public void setEndTime(Date endTime)
The time that the task finished running on the target.
endTime
- The time that the task finished running on the target.public Date getEndTime()
The time that the task finished running on the target.
public GetMaintenanceWindowExecutionTaskInvocationResult withEndTime(Date endTime)
The time that the task finished running on the target.
endTime
- The time that the task finished running on the target.public void setOwnerInformation(String ownerInformation)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
ownerInformation
- User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised
while running tasks for these targets in this maintenance window.public String getOwnerInformation()
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
public GetMaintenanceWindowExecutionTaskInvocationResult withOwnerInformation(String ownerInformation)
User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised while running tasks for these targets in this maintenance window.
ownerInformation
- User-provided value to be included in any Amazon CloudWatch Events or Amazon EventBridge events raised
while running tasks for these targets in this maintenance window.public void setWindowTargetId(String windowTargetId)
The maintenance window target ID.
windowTargetId
- The maintenance window target ID.public String getWindowTargetId()
The maintenance window target ID.
public GetMaintenanceWindowExecutionTaskInvocationResult withWindowTargetId(String windowTargetId)
The maintenance window target ID.
windowTargetId
- The maintenance window target ID.public String toString()
toString
in class Object
Object.toString()
public GetMaintenanceWindowExecutionTaskInvocationResult clone()