#[non_exhaustive]pub struct UpdateOriginAccessControlInput { /* private fields */ }
Implementations§
source§impl UpdateOriginAccessControlInput
impl UpdateOriginAccessControlInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOriginAccessControl, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateOriginAccessControl, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateOriginAccessControl
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateOriginAccessControlInput
.
source§impl UpdateOriginAccessControlInput
impl UpdateOriginAccessControlInput
sourcepub fn origin_access_control_config(&self) -> Option<&OriginAccessControlConfig>
pub fn origin_access_control_config(&self) -> Option<&OriginAccessControlConfig>
An origin access control.
Trait Implementations§
source§impl Clone for UpdateOriginAccessControlInput
impl Clone for UpdateOriginAccessControlInput
source§fn clone(&self) -> UpdateOriginAccessControlInput
fn clone(&self) -> UpdateOriginAccessControlInput
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 PartialEq<UpdateOriginAccessControlInput> for UpdateOriginAccessControlInput
impl PartialEq<UpdateOriginAccessControlInput> for UpdateOriginAccessControlInput
source§fn eq(&self, other: &UpdateOriginAccessControlInput) -> bool
fn eq(&self, other: &UpdateOriginAccessControlInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.