Struct aws_sdk_ssm::client::fluent_builders::GetMaintenanceWindowExecutionTaskInvocation
source · [−]pub struct GetMaintenanceWindowExecutionTaskInvocation { /* private fields */ }
Expand description
Fluent builder constructing a request to GetMaintenanceWindowExecutionTaskInvocation
.
Retrieves information about a specific task running on a specific target.
Implementations
sourceimpl GetMaintenanceWindowExecutionTaskInvocation
impl GetMaintenanceWindowExecutionTaskInvocation
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetMaintenanceWindowExecutionTaskInvocation, AwsResponseRetryClassifier>, SdkError<GetMaintenanceWindowExecutionTaskInvocationError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetMaintenanceWindowExecutionTaskInvocation, AwsResponseRetryClassifier>, SdkError<GetMaintenanceWindowExecutionTaskInvocationError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetMaintenanceWindowExecutionTaskInvocationOutput, SdkError<GetMaintenanceWindowExecutionTaskInvocationError>>
pub async fn send(
self
) -> Result<GetMaintenanceWindowExecutionTaskInvocationOutput, SdkError<GetMaintenanceWindowExecutionTaskInvocationError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn window_execution_id(self, input: impl Into<String>) -> Self
pub fn window_execution_id(self, input: impl Into<String>) -> Self
The ID of the maintenance window execution for which the task is a part.
sourcepub fn set_window_execution_id(self, input: Option<String>) -> Self
pub fn set_window_execution_id(self, input: Option<String>) -> Self
The ID of the maintenance window execution for which the task is a part.
sourcepub fn task_id(self, input: impl Into<String>) -> Self
pub fn task_id(self, input: impl Into<String>) -> Self
The ID of the specific task in the maintenance window task that should be retrieved.
sourcepub fn set_task_id(self, input: Option<String>) -> Self
pub fn set_task_id(self, input: Option<String>) -> Self
The ID of the specific task in the maintenance window task that should be retrieved.
sourcepub fn invocation_id(self, input: impl Into<String>) -> Self
pub fn invocation_id(self, input: impl Into<String>) -> Self
The invocation ID to retrieve.
sourcepub fn set_invocation_id(self, input: Option<String>) -> Self
pub fn set_invocation_id(self, input: Option<String>) -> Self
The invocation ID to retrieve.
Trait Implementations
sourceimpl Clone for GetMaintenanceWindowExecutionTaskInvocation
impl Clone for GetMaintenanceWindowExecutionTaskInvocation
sourcefn clone(&self) -> GetMaintenanceWindowExecutionTaskInvocation
fn clone(&self) -> GetMaintenanceWindowExecutionTaskInvocation
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more