#[non_exhaustive]pub struct UpdateAllowListOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateAllowListOutput
.
Implementations§
source§impl UpdateAllowListOutputBuilder
impl UpdateAllowListOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the allow list.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the allow list.
sourcepub fn build(self) -> UpdateAllowListOutput
pub fn build(self) -> UpdateAllowListOutput
Consumes the builder and constructs a UpdateAllowListOutput
.
Trait Implementations§
source§impl Clone for UpdateAllowListOutputBuilder
impl Clone for UpdateAllowListOutputBuilder
source§fn clone(&self) -> UpdateAllowListOutputBuilder
fn clone(&self) -> UpdateAllowListOutputBuilder
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 UpdateAllowListOutputBuilder
impl Debug for UpdateAllowListOutputBuilder
source§impl Default for UpdateAllowListOutputBuilder
impl Default for UpdateAllowListOutputBuilder
source§fn default() -> UpdateAllowListOutputBuilder
fn default() -> UpdateAllowListOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateAllowListOutputBuilder> for UpdateAllowListOutputBuilder
impl PartialEq<UpdateAllowListOutputBuilder> for UpdateAllowListOutputBuilder
source§fn eq(&self, other: &UpdateAllowListOutputBuilder) -> bool
fn eq(&self, other: &UpdateAllowListOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.