#[non_exhaustive]pub struct GetPolicyVersionOutputBuilder { /* private fields */ }
Expand description
A builder for GetPolicyVersionOutput
.
Implementations§
source§impl GetPolicyVersionOutputBuilder
impl GetPolicyVersionOutputBuilder
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_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_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 is_default_version(self, input: bool) -> Self
pub fn is_default_version(self, input: bool) -> Self
Specifies whether the policy version is the default.
sourcepub fn set_is_default_version(self, input: Option<bool>) -> Self
pub fn set_is_default_version(self, input: Option<bool>) -> Self
Specifies whether the policy version is the default.
sourcepub fn get_is_default_version(&self) -> &Option<bool>
pub fn get_is_default_version(&self) -> &Option<bool>
Specifies whether the policy version is the default.
sourcepub fn creation_date(self, input: DateTime) -> Self
pub fn creation_date(self, input: DateTime) -> Self
The date the policy was created.
sourcepub fn set_creation_date(self, input: Option<DateTime>) -> Self
pub fn set_creation_date(self, input: Option<DateTime>) -> Self
The date the policy was created.
sourcepub fn get_creation_date(&self) -> &Option<DateTime>
pub fn get_creation_date(&self) -> &Option<DateTime>
The date the policy was created.
sourcepub fn last_modified_date(self, input: DateTime) -> Self
pub fn last_modified_date(self, input: DateTime) -> Self
The date the policy was last modified.
sourcepub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
pub fn set_last_modified_date(self, input: Option<DateTime>) -> Self
The date the policy was last modified.
sourcepub fn get_last_modified_date(&self) -> &Option<DateTime>
pub fn get_last_modified_date(&self) -> &Option<DateTime>
The date the policy was last modified.
sourcepub fn generation_id(self, input: impl Into<String>) -> Self
pub fn generation_id(self, input: impl Into<String>) -> Self
The generation ID of the policy version.
sourcepub fn set_generation_id(self, input: Option<String>) -> Self
pub fn set_generation_id(self, input: Option<String>) -> Self
The generation ID of the policy version.
sourcepub fn get_generation_id(&self) -> &Option<String>
pub fn get_generation_id(&self) -> &Option<String>
The generation ID of the policy version.
sourcepub fn build(self) -> GetPolicyVersionOutput
pub fn build(self) -> GetPolicyVersionOutput
Consumes the builder and constructs a GetPolicyVersionOutput
.
Trait Implementations§
source§impl Clone for GetPolicyVersionOutputBuilder
impl Clone for GetPolicyVersionOutputBuilder
source§fn clone(&self) -> GetPolicyVersionOutputBuilder
fn clone(&self) -> GetPolicyVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetPolicyVersionOutputBuilder
impl Default for GetPolicyVersionOutputBuilder
source§fn default() -> GetPolicyVersionOutputBuilder
fn default() -> GetPolicyVersionOutputBuilder
source§impl PartialEq for GetPolicyVersionOutputBuilder
impl PartialEq for GetPolicyVersionOutputBuilder
source§fn eq(&self, other: &GetPolicyVersionOutputBuilder) -> bool
fn eq(&self, other: &GetPolicyVersionOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.