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 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 ==.