Struct aws_sdk_cloudfront::operation::list_response_headers_policies::builders::ListResponseHeadersPoliciesOutputBuilder
source · #[non_exhaustive]pub struct ListResponseHeadersPoliciesOutputBuilder { /* private fields */ }Expand description
A builder for ListResponseHeadersPoliciesOutput.
Implementations§
source§impl ListResponseHeadersPoliciesOutputBuilder
impl ListResponseHeadersPoliciesOutputBuilder
sourcepub fn response_headers_policy_list(
self,
input: ResponseHeadersPolicyList
) -> Self
pub fn response_headers_policy_list( self, input: ResponseHeadersPolicyList ) -> Self
A list of response headers policies.
sourcepub fn set_response_headers_policy_list(
self,
input: Option<ResponseHeadersPolicyList>
) -> Self
pub fn set_response_headers_policy_list( self, input: Option<ResponseHeadersPolicyList> ) -> Self
A list of response headers policies.
sourcepub fn get_response_headers_policy_list(
&self
) -> &Option<ResponseHeadersPolicyList>
pub fn get_response_headers_policy_list( &self ) -> &Option<ResponseHeadersPolicyList>
A list of response headers policies.
sourcepub fn build(self) -> ListResponseHeadersPoliciesOutput
pub fn build(self) -> ListResponseHeadersPoliciesOutput
Consumes the builder and constructs a ListResponseHeadersPoliciesOutput.
Trait Implementations§
source§impl Clone for ListResponseHeadersPoliciesOutputBuilder
impl Clone for ListResponseHeadersPoliciesOutputBuilder
source§fn clone(&self) -> ListResponseHeadersPoliciesOutputBuilder
fn clone(&self) -> ListResponseHeadersPoliciesOutputBuilder
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 ListResponseHeadersPoliciesOutputBuilder
impl Default for ListResponseHeadersPoliciesOutputBuilder
source§fn default() -> ListResponseHeadersPoliciesOutputBuilder
fn default() -> ListResponseHeadersPoliciesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ListResponseHeadersPoliciesOutputBuilder
impl PartialEq for ListResponseHeadersPoliciesOutputBuilder
source§fn eq(&self, other: &ListResponseHeadersPoliciesOutputBuilder) -> bool
fn eq(&self, other: &ListResponseHeadersPoliciesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ListResponseHeadersPoliciesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ListResponseHeadersPoliciesOutputBuilder
impl Send for ListResponseHeadersPoliciesOutputBuilder
impl Sync for ListResponseHeadersPoliciesOutputBuilder
impl Unpin for ListResponseHeadersPoliciesOutputBuilder
impl UnwindSafe for ListResponseHeadersPoliciesOutputBuilder
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.