Struct aws_sdk_cloudfront::types::builders::QueryStringNamesBuilder
source · #[non_exhaustive]pub struct QueryStringNamesBuilder { /* private fields */ }
Expand description
A builder for QueryStringNames
.
Implementations§
source§impl QueryStringNamesBuilder
impl QueryStringNamesBuilder
sourcepub fn quantity(self, input: i32) -> Self
pub fn quantity(self, input: i32) -> Self
The number of query string names in the Items
list.
sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The number of query string names in the Items
list.
sourcepub fn get_quantity(&self) -> &Option<i32>
pub fn get_quantity(&self) -> &Option<i32>
The number of query string names in the Items
list.
sourcepub fn items(self, input: impl Into<String>) -> Self
pub fn items(self, input: impl Into<String>) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
A list of query string names.
sourcepub fn build(self) -> Result<QueryStringNames, BuildError>
pub fn build(self) -> Result<QueryStringNames, BuildError>
Consumes the builder and constructs a QueryStringNames
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for QueryStringNamesBuilder
impl Clone for QueryStringNamesBuilder
source§fn clone(&self) -> QueryStringNamesBuilder
fn clone(&self) -> QueryStringNamesBuilder
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 QueryStringNamesBuilder
impl Debug for QueryStringNamesBuilder
source§impl Default for QueryStringNamesBuilder
impl Default for QueryStringNamesBuilder
source§fn default() -> QueryStringNamesBuilder
fn default() -> QueryStringNamesBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for QueryStringNamesBuilder
impl PartialEq for QueryStringNamesBuilder
source§fn eq(&self, other: &QueryStringNamesBuilder) -> bool
fn eq(&self, other: &QueryStringNamesBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for QueryStringNamesBuilder
Auto Trait Implementations§
impl RefUnwindSafe for QueryStringNamesBuilder
impl Send for QueryStringNamesBuilder
impl Sync for QueryStringNamesBuilder
impl Unpin for QueryStringNamesBuilder
impl UnwindSafe for QueryStringNamesBuilder
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.