Struct aws_sdk_ec2::operation::get_flow_logs_integration_template::builders::GetFlowLogsIntegrationTemplateOutputBuilder
source · #[non_exhaustive]pub struct GetFlowLogsIntegrationTemplateOutputBuilder { /* private fields */ }
Expand description
A builder for GetFlowLogsIntegrationTemplateOutput
.
Implementations§
source§impl GetFlowLogsIntegrationTemplateOutputBuilder
impl GetFlowLogsIntegrationTemplateOutputBuilder
sourcepub fn set_result(self, input: Option<String>) -> Self
pub fn set_result(self, input: Option<String>) -> Self
The generated CloudFormation template.
sourcepub fn get_result(&self) -> &Option<String>
pub fn get_result(&self) -> &Option<String>
The generated CloudFormation template.
sourcepub fn build(self) -> GetFlowLogsIntegrationTemplateOutput
pub fn build(self) -> GetFlowLogsIntegrationTemplateOutput
Consumes the builder and constructs a GetFlowLogsIntegrationTemplateOutput
.
Trait Implementations§
source§impl Clone for GetFlowLogsIntegrationTemplateOutputBuilder
impl Clone for GetFlowLogsIntegrationTemplateOutputBuilder
source§fn clone(&self) -> GetFlowLogsIntegrationTemplateOutputBuilder
fn clone(&self) -> GetFlowLogsIntegrationTemplateOutputBuilder
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 GetFlowLogsIntegrationTemplateOutputBuilder
impl Default for GetFlowLogsIntegrationTemplateOutputBuilder
source§fn default() -> GetFlowLogsIntegrationTemplateOutputBuilder
fn default() -> GetFlowLogsIntegrationTemplateOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetFlowLogsIntegrationTemplateOutputBuilder> for GetFlowLogsIntegrationTemplateOutputBuilder
impl PartialEq<GetFlowLogsIntegrationTemplateOutputBuilder> for GetFlowLogsIntegrationTemplateOutputBuilder
source§fn eq(&self, other: &GetFlowLogsIntegrationTemplateOutputBuilder) -> bool
fn eq(&self, other: &GetFlowLogsIntegrationTemplateOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetFlowLogsIntegrationTemplateOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetFlowLogsIntegrationTemplateOutputBuilder
impl Send for GetFlowLogsIntegrationTemplateOutputBuilder
impl Sync for GetFlowLogsIntegrationTemplateOutputBuilder
impl Unpin for GetFlowLogsIntegrationTemplateOutputBuilder
impl UnwindSafe for GetFlowLogsIntegrationTemplateOutputBuilder
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