#[non_exhaustive]pub struct CreatePolicyOutputBuilder { /* private fields */ }
Expand description
A builder for CreatePolicyOutput
.
Implementations§
source§impl CreatePolicyOutputBuilder
impl CreatePolicyOutputBuilder
sourcepub fn policy_name(self, input: impl Into<String>) -> Self
pub fn policy_name(self, input: impl Into<String>) -> Self
The policy name.
sourcepub fn set_policy_name(self, input: Option<String>) -> Self
pub fn set_policy_name(self, input: Option<String>) -> Self
The policy name.
sourcepub fn get_policy_name(&self) -> &Option<String>
pub fn get_policy_name(&self) -> &Option<String>
The policy name.
sourcepub fn policy_arn(self, input: impl Into<String>) -> Self
pub fn policy_arn(self, input: impl Into<String>) -> Self
The policy ARN.
sourcepub fn set_policy_arn(self, input: Option<String>) -> Self
pub fn set_policy_arn(self, input: Option<String>) -> Self
The policy ARN.
sourcepub fn get_policy_arn(&self) -> &Option<String>
pub fn get_policy_arn(&self) -> &Option<String>
The policy ARN.
sourcepub fn policy_document(self, input: impl Into<String>) -> Self
pub fn policy_document(self, input: impl Into<String>) -> Self
The JSON document that describes the policy.
sourcepub fn set_policy_document(self, input: Option<String>) -> Self
pub fn set_policy_document(self, input: Option<String>) -> Self
The JSON document that describes the policy.
sourcepub fn get_policy_document(&self) -> &Option<String>
pub fn get_policy_document(&self) -> &Option<String>
The JSON document that describes the policy.
sourcepub fn policy_version_id(self, input: impl Into<String>) -> Self
pub fn policy_version_id(self, input: impl Into<String>) -> Self
The policy version ID.
sourcepub fn set_policy_version_id(self, input: Option<String>) -> Self
pub fn set_policy_version_id(self, input: Option<String>) -> Self
The policy version ID.
sourcepub fn get_policy_version_id(&self) -> &Option<String>
pub fn get_policy_version_id(&self) -> &Option<String>
The policy version ID.
sourcepub fn build(self) -> CreatePolicyOutput
pub fn build(self) -> CreatePolicyOutput
Consumes the builder and constructs a CreatePolicyOutput
.
Trait Implementations§
source§impl Clone for CreatePolicyOutputBuilder
impl Clone for CreatePolicyOutputBuilder
source§fn clone(&self) -> CreatePolicyOutputBuilder
fn clone(&self) -> CreatePolicyOutputBuilder
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 CreatePolicyOutputBuilder
impl Debug for CreatePolicyOutputBuilder
source§impl Default for CreatePolicyOutputBuilder
impl Default for CreatePolicyOutputBuilder
source§fn default() -> CreatePolicyOutputBuilder
fn default() -> CreatePolicyOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreatePolicyOutputBuilder
impl PartialEq for CreatePolicyOutputBuilder
source§fn eq(&self, other: &CreatePolicyOutputBuilder) -> bool
fn eq(&self, other: &CreatePolicyOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreatePolicyOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreatePolicyOutputBuilder
impl Send for CreatePolicyOutputBuilder
impl Sync for CreatePolicyOutputBuilder
impl Unpin for CreatePolicyOutputBuilder
impl UnwindSafe for CreatePolicyOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.