Struct aws_sdk_ssm::operation::get_maintenance_window_execution_task::builders::GetMaintenanceWindowExecutionTaskInputBuilder
source · #[non_exhaustive]pub struct GetMaintenanceWindowExecutionTaskInputBuilder { /* private fields */ }
Expand description
A builder for GetMaintenanceWindowExecutionTaskInput
.
Implementations§
source§impl GetMaintenanceWindowExecutionTaskInputBuilder
impl GetMaintenanceWindowExecutionTaskInputBuilder
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 that includes the task.
This field is required.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 that includes the task.
sourcepub fn get_window_execution_id(&self) -> &Option<String>
pub fn get_window_execution_id(&self) -> &Option<String>
The ID of the maintenance window execution that includes the task.
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 execution in the maintenance window task that should be retrieved.
This field is required.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 execution in the maintenance window task that should be retrieved.
sourcepub fn get_task_id(&self) -> &Option<String>
pub fn get_task_id(&self) -> &Option<String>
The ID of the specific task execution in the maintenance window task that should be retrieved.
sourcepub fn build(self) -> Result<GetMaintenanceWindowExecutionTaskInput, BuildError>
pub fn build(self) -> Result<GetMaintenanceWindowExecutionTaskInput, BuildError>
Consumes the builder and constructs a GetMaintenanceWindowExecutionTaskInput
.
source§impl GetMaintenanceWindowExecutionTaskInputBuilder
impl GetMaintenanceWindowExecutionTaskInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetMaintenanceWindowExecutionTaskOutput, SdkError<GetMaintenanceWindowExecutionTaskError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetMaintenanceWindowExecutionTaskOutput, SdkError<GetMaintenanceWindowExecutionTaskError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetMaintenanceWindowExecutionTaskInputBuilder
impl Clone for GetMaintenanceWindowExecutionTaskInputBuilder
source§fn clone(&self) -> GetMaintenanceWindowExecutionTaskInputBuilder
fn clone(&self) -> GetMaintenanceWindowExecutionTaskInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GetMaintenanceWindowExecutionTaskInputBuilder
impl Default for GetMaintenanceWindowExecutionTaskInputBuilder
source§fn default() -> GetMaintenanceWindowExecutionTaskInputBuilder
fn default() -> GetMaintenanceWindowExecutionTaskInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetMaintenanceWindowExecutionTaskInputBuilder
impl PartialEq for GetMaintenanceWindowExecutionTaskInputBuilder
source§fn eq(&self, other: &GetMaintenanceWindowExecutionTaskInputBuilder) -> bool
fn eq(&self, other: &GetMaintenanceWindowExecutionTaskInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetMaintenanceWindowExecutionTaskInputBuilder
Auto Trait Implementations§
impl Freeze for GetMaintenanceWindowExecutionTaskInputBuilder
impl RefUnwindSafe for GetMaintenanceWindowExecutionTaskInputBuilder
impl Send for GetMaintenanceWindowExecutionTaskInputBuilder
impl Sync for GetMaintenanceWindowExecutionTaskInputBuilder
impl Unpin for GetMaintenanceWindowExecutionTaskInputBuilder
impl UnwindSafe for GetMaintenanceWindowExecutionTaskInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.