Struct aws_sdk_cloudfront::model::OriginCustomHeader
source · #[non_exhaustive]pub struct OriginCustomHeader { /* private fields */ }
Expand description
A complex type that contains HeaderName
and HeaderValue
elements, if any, for this distribution.
Implementations§
source§impl OriginCustomHeader
impl OriginCustomHeader
sourcepub fn header_name(&self) -> Option<&str>
pub fn header_name(&self) -> Option<&str>
The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.
sourcepub fn header_value(&self) -> Option<&str>
pub fn header_value(&self) -> Option<&str>
The value for the header that you specified in the HeaderName
field.
source§impl OriginCustomHeader
impl OriginCustomHeader
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginCustomHeader
.
Trait Implementations§
source§impl Clone for OriginCustomHeader
impl Clone for OriginCustomHeader
source§fn clone(&self) -> OriginCustomHeader
fn clone(&self) -> OriginCustomHeader
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 OriginCustomHeader
impl Debug for OriginCustomHeader
source§impl PartialEq<OriginCustomHeader> for OriginCustomHeader
impl PartialEq<OriginCustomHeader> for OriginCustomHeader
source§fn eq(&self, other: &OriginCustomHeader) -> bool
fn eq(&self, other: &OriginCustomHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.