Struct aws_sdk_securityhub::types::builders::AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
source · #[non_exhaustive]pub struct AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder { /* private fields */ }
Expand description
A builder for AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
.
Implementations§
source§impl AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
sourcepub fn items(self, input: i32) -> Self
pub fn items(self, input: i32) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The list of status code values that can cause a failover to the next origin.
sourcepub fn set_items(self, input: Option<Vec<i32>>) -> Self
pub fn set_items(self, input: Option<Vec<i32>>) -> Self
The list of status code values that can cause a failover to the next origin.
sourcepub fn get_items(&self) -> &Option<Vec<i32>>
pub fn get_items(&self) -> &Option<Vec<i32>>
The list of status code values that can cause a failover to the next origin.
sourcepub fn quantity(self, input: i32) -> Self
pub fn quantity(self, input: i32) -> Self
The number of status codes that can cause a failover.
sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The number of status codes that can cause a failover.
sourcepub fn get_quantity(&self) -> &Option<i32>
pub fn get_quantity(&self) -> &Option<i32>
The number of status codes that can cause a failover.
sourcepub fn build(self) -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
pub fn build(self) -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
Consumes the builder and constructs a AwsCloudFrontDistributionOriginGroupFailoverStatusCodes
.
Trait Implementations§
source§impl Clone for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl Clone for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
source§fn clone(
&self
) -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
fn clone( &self ) -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
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 AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl Default for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
source§fn default() -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
fn default() -> AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl PartialEq for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
source§fn eq(
&self,
other: &AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
) -> bool
fn eq( &self, other: &AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl Send for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl Sync for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl Unpin for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
impl UnwindSafe for AwsCloudFrontDistributionOriginGroupFailoverStatusCodesBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.