Struct aws_sdk_appsync::model::PipelineConfig
source · #[non_exhaustive]pub struct PipelineConfig { /* private fields */ }
Expand description
The pipeline configuration for a resolver of kind PIPELINE
.
Implementations§
source§impl PipelineConfig
impl PipelineConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PipelineConfig
.
Trait Implementations§
source§impl Clone for PipelineConfig
impl Clone for PipelineConfig
source§fn clone(&self) -> PipelineConfig
fn clone(&self) -> PipelineConfig
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 Debug for PipelineConfig
impl Debug for PipelineConfig
source§impl PartialEq<PipelineConfig> for PipelineConfig
impl PartialEq<PipelineConfig> for PipelineConfig
source§fn eq(&self, other: &PipelineConfig) -> bool
fn eq(&self, other: &PipelineConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.