Struct aws_sdk_ec2::operation::disassociate_instance_event_window::builders::DisassociateInstanceEventWindowOutputBuilder
source · #[non_exhaustive]pub struct DisassociateInstanceEventWindowOutputBuilder { /* private fields */ }Expand description
A builder for DisassociateInstanceEventWindowOutput.
Implementations§
source§impl DisassociateInstanceEventWindowOutputBuilder
impl DisassociateInstanceEventWindowOutputBuilder
sourcepub fn instance_event_window(self, input: InstanceEventWindow) -> Self
pub fn instance_event_window(self, input: InstanceEventWindow) -> Self
Information about the event window.
sourcepub fn set_instance_event_window(
self,
input: Option<InstanceEventWindow>
) -> Self
pub fn set_instance_event_window( self, input: Option<InstanceEventWindow> ) -> Self
Information about the event window.
sourcepub fn build(self) -> DisassociateInstanceEventWindowOutput
pub fn build(self) -> DisassociateInstanceEventWindowOutput
Consumes the builder and constructs a DisassociateInstanceEventWindowOutput.
Trait Implementations§
source§impl Clone for DisassociateInstanceEventWindowOutputBuilder
impl Clone for DisassociateInstanceEventWindowOutputBuilder
source§fn clone(&self) -> DisassociateInstanceEventWindowOutputBuilder
fn clone(&self) -> DisassociateInstanceEventWindowOutputBuilder
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 DisassociateInstanceEventWindowOutputBuilder
impl Default for DisassociateInstanceEventWindowOutputBuilder
source§fn default() -> DisassociateInstanceEventWindowOutputBuilder
fn default() -> DisassociateInstanceEventWindowOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateInstanceEventWindowOutputBuilder> for DisassociateInstanceEventWindowOutputBuilder
impl PartialEq<DisassociateInstanceEventWindowOutputBuilder> for DisassociateInstanceEventWindowOutputBuilder
source§fn eq(&self, other: &DisassociateInstanceEventWindowOutputBuilder) -> bool
fn eq(&self, other: &DisassociateInstanceEventWindowOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.