Struct aws_sdk_cloudfront::operation::get_response_headers_policy::builders::GetResponseHeadersPolicyOutputBuilder
source · #[non_exhaustive]pub struct GetResponseHeadersPolicyOutputBuilder { /* private fields */ }
Expand description
A builder for GetResponseHeadersPolicyOutput
.
Implementations§
source§impl GetResponseHeadersPolicyOutputBuilder
impl GetResponseHeadersPolicyOutputBuilder
sourcepub fn response_headers_policy(self, input: ResponseHeadersPolicy) -> Self
pub fn response_headers_policy(self, input: ResponseHeadersPolicy) -> Self
Contains a response headers policy.
sourcepub fn set_response_headers_policy(
self,
input: Option<ResponseHeadersPolicy>
) -> Self
pub fn set_response_headers_policy( self, input: Option<ResponseHeadersPolicy> ) -> Self
Contains a response headers policy.
sourcepub fn e_tag(self, input: impl Into<String>) -> Self
pub fn e_tag(self, input: impl Into<String>) -> Self
The version identifier for the current version of the response headers policy.
sourcepub fn set_e_tag(self, input: Option<String>) -> Self
pub fn set_e_tag(self, input: Option<String>) -> Self
The version identifier for the current version of the response headers policy.
sourcepub fn build(self) -> GetResponseHeadersPolicyOutput
pub fn build(self) -> GetResponseHeadersPolicyOutput
Consumes the builder and constructs a GetResponseHeadersPolicyOutput
.
Trait Implementations§
source§impl Clone for GetResponseHeadersPolicyOutputBuilder
impl Clone for GetResponseHeadersPolicyOutputBuilder
source§fn clone(&self) -> GetResponseHeadersPolicyOutputBuilder
fn clone(&self) -> GetResponseHeadersPolicyOutputBuilder
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 GetResponseHeadersPolicyOutputBuilder
impl Default for GetResponseHeadersPolicyOutputBuilder
source§fn default() -> GetResponseHeadersPolicyOutputBuilder
fn default() -> GetResponseHeadersPolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetResponseHeadersPolicyOutputBuilder> for GetResponseHeadersPolicyOutputBuilder
impl PartialEq<GetResponseHeadersPolicyOutputBuilder> for GetResponseHeadersPolicyOutputBuilder
source§fn eq(&self, other: &GetResponseHeadersPolicyOutputBuilder) -> bool
fn eq(&self, other: &GetResponseHeadersPolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.