#[non_exhaustive]pub struct ResponseHeadersPolicyCustomHeadersConfigBuilder { /* private fields */ }
Expand description
A builder for ResponseHeadersPolicyCustomHeadersConfig
.
Implementations§
source§impl ResponseHeadersPolicyCustomHeadersConfigBuilder
impl ResponseHeadersPolicyCustomHeadersConfigBuilder
sourcepub fn set_quantity(self, input: Option<i32>) -> Self
pub fn set_quantity(self, input: Option<i32>) -> Self
The number of HTTP response headers in the list.
sourcepub fn items(self, input: ResponseHeadersPolicyCustomHeader) -> Self
pub fn items(self, input: ResponseHeadersPolicyCustomHeader) -> Self
Appends an item to items
.
To override the contents of this collection use set_items
.
The list of HTTP response headers and their values.
sourcepub fn set_items(
self,
input: Option<Vec<ResponseHeadersPolicyCustomHeader>>
) -> Self
pub fn set_items( self, input: Option<Vec<ResponseHeadersPolicyCustomHeader>> ) -> Self
The list of HTTP response headers and their values.
sourcepub fn build(self) -> ResponseHeadersPolicyCustomHeadersConfig
pub fn build(self) -> ResponseHeadersPolicyCustomHeadersConfig
Consumes the builder and constructs a ResponseHeadersPolicyCustomHeadersConfig
.
Trait Implementations§
source§impl Clone for ResponseHeadersPolicyCustomHeadersConfigBuilder
impl Clone for ResponseHeadersPolicyCustomHeadersConfigBuilder
source§fn clone(&self) -> ResponseHeadersPolicyCustomHeadersConfigBuilder
fn clone(&self) -> ResponseHeadersPolicyCustomHeadersConfigBuilder
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 ResponseHeadersPolicyCustomHeadersConfigBuilder
impl Default for ResponseHeadersPolicyCustomHeadersConfigBuilder
source§fn default() -> ResponseHeadersPolicyCustomHeadersConfigBuilder
fn default() -> ResponseHeadersPolicyCustomHeadersConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResponseHeadersPolicyCustomHeadersConfigBuilder> for ResponseHeadersPolicyCustomHeadersConfigBuilder
impl PartialEq<ResponseHeadersPolicyCustomHeadersConfigBuilder> for ResponseHeadersPolicyCustomHeadersConfigBuilder
source§fn eq(&self, other: &ResponseHeadersPolicyCustomHeadersConfigBuilder) -> bool
fn eq(&self, other: &ResponseHeadersPolicyCustomHeadersConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.