pub struct Builder { /* private fields */ }
Expand description
A builder for ResponseHeadersPolicySummary
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn type(self, input: ResponseHeadersPolicyType) -> Self
pub fn type(self, input: ResponseHeadersPolicyType) -> Self
The type of response headers policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn set_type(self, input: Option<ResponseHeadersPolicyType>) -> Self
pub fn set_type(self, input: Option<ResponseHeadersPolicyType>) -> Self
The type of response headers policy, either managed
(created by Amazon Web Services) or custom
(created in this Amazon Web Services account).
sourcepub fn response_headers_policy(self, input: ResponseHeadersPolicy) -> Self
pub fn response_headers_policy(self, input: ResponseHeadersPolicy) -> Self
The 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
The response headers policy.
sourcepub fn build(self) -> ResponseHeadersPolicySummary
pub fn build(self) -> ResponseHeadersPolicySummary
Consumes the builder and constructs a ResponseHeadersPolicySummary
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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