Struct aws_sdk_ssm::operation::create_maintenance_window::builders::CreateMaintenanceWindowOutputBuilder
source · #[non_exhaustive]pub struct CreateMaintenanceWindowOutputBuilder { /* private fields */ }
Expand description
A builder for CreateMaintenanceWindowOutput
.
Implementations§
source§impl CreateMaintenanceWindowOutputBuilder
impl CreateMaintenanceWindowOutputBuilder
sourcepub fn window_id(self, input: impl Into<String>) -> Self
pub fn window_id(self, input: impl Into<String>) -> Self
The ID of the created maintenance window.
sourcepub fn set_window_id(self, input: Option<String>) -> Self
pub fn set_window_id(self, input: Option<String>) -> Self
The ID of the created maintenance window.
sourcepub fn get_window_id(&self) -> &Option<String>
pub fn get_window_id(&self) -> &Option<String>
The ID of the created maintenance window.
sourcepub fn build(self) -> CreateMaintenanceWindowOutput
pub fn build(self) -> CreateMaintenanceWindowOutput
Consumes the builder and constructs a CreateMaintenanceWindowOutput
.
Trait Implementations§
source§impl Clone for CreateMaintenanceWindowOutputBuilder
impl Clone for CreateMaintenanceWindowOutputBuilder
source§fn clone(&self) -> CreateMaintenanceWindowOutputBuilder
fn clone(&self) -> CreateMaintenanceWindowOutputBuilder
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 CreateMaintenanceWindowOutputBuilder
impl Default for CreateMaintenanceWindowOutputBuilder
source§fn default() -> CreateMaintenanceWindowOutputBuilder
fn default() -> CreateMaintenanceWindowOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateMaintenanceWindowOutputBuilder> for CreateMaintenanceWindowOutputBuilder
impl PartialEq<CreateMaintenanceWindowOutputBuilder> for CreateMaintenanceWindowOutputBuilder
source§fn eq(&self, other: &CreateMaintenanceWindowOutputBuilder) -> bool
fn eq(&self, other: &CreateMaintenanceWindowOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateMaintenanceWindowOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateMaintenanceWindowOutputBuilder
impl Send for CreateMaintenanceWindowOutputBuilder
impl Sync for CreateMaintenanceWindowOutputBuilder
impl Unpin for CreateMaintenanceWindowOutputBuilder
impl UnwindSafe for CreateMaintenanceWindowOutputBuilder
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