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
sourceimpl 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.
sourceimpl OriginCustomHeader
impl OriginCustomHeader
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginCustomHeader
.
Trait Implementations
sourceimpl Clone for OriginCustomHeader
impl Clone for OriginCustomHeader
sourcefn clone(&self) -> OriginCustomHeader
fn clone(&self) -> OriginCustomHeader
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OriginCustomHeader
impl Debug for OriginCustomHeader
sourceimpl PartialEq<OriginCustomHeader> for OriginCustomHeader
impl PartialEq<OriginCustomHeader> for OriginCustomHeader
sourcefn eq(&self, other: &OriginCustomHeader) -> bool
fn eq(&self, other: &OriginCustomHeader) -> bool
impl StructuralPartialEq for OriginCustomHeader
Auto Trait Implementations
impl RefUnwindSafe for OriginCustomHeader
impl Send for OriginCustomHeader
impl Sync for OriginCustomHeader
impl Unpin for OriginCustomHeader
impl UnwindSafe for OriginCustomHeader
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more