Struct aws_sdk_ec2::types::builders::VerifiedAccessGroupBuilder
source · #[non_exhaustive]pub struct VerifiedAccessGroupBuilder { /* private fields */ }
Expand description
A builder for VerifiedAccessGroup
.
Implementations§
source§impl VerifiedAccessGroupBuilder
impl VerifiedAccessGroupBuilder
sourcepub fn verified_access_group_id(self, input: impl Into<String>) -> Self
pub fn verified_access_group_id(self, input: impl Into<String>) -> Self
The ID of the Verified Access group.
sourcepub fn set_verified_access_group_id(self, input: Option<String>) -> Self
pub fn set_verified_access_group_id(self, input: Option<String>) -> Self
The ID of the Verified Access group.
sourcepub fn get_verified_access_group_id(&self) -> &Option<String>
pub fn get_verified_access_group_id(&self) -> &Option<String>
The ID of the Verified Access group.
sourcepub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
pub fn verified_access_instance_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
pub fn set_verified_access_instance_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn get_verified_access_instance_id(&self) -> &Option<String>
pub fn get_verified_access_instance_id(&self) -> &Option<String>
The ID of the Amazon Web Services Verified Access instance.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description for the Amazon Web Services Verified Access group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description for the Amazon Web Services Verified Access group.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description for the Amazon Web Services Verified Access group.
sourcepub fn owner(self, input: impl Into<String>) -> Self
pub fn owner(self, input: impl Into<String>) -> Self
The Amazon Web Services account number that owns the group.
sourcepub fn set_owner(self, input: Option<String>) -> Self
pub fn set_owner(self, input: Option<String>) -> Self
The Amazon Web Services account number that owns the group.
sourcepub fn get_owner(&self) -> &Option<String>
pub fn get_owner(&self) -> &Option<String>
The Amazon Web Services account number that owns the group.
sourcepub fn verified_access_group_arn(self, input: impl Into<String>) -> Self
pub fn verified_access_group_arn(self, input: impl Into<String>) -> Self
The ARN of the Verified Access group.
sourcepub fn set_verified_access_group_arn(self, input: Option<String>) -> Self
pub fn set_verified_access_group_arn(self, input: Option<String>) -> Self
The ARN of the Verified Access group.
sourcepub fn get_verified_access_group_arn(&self) -> &Option<String>
pub fn get_verified_access_group_arn(&self) -> &Option<String>
The ARN of the Verified Access group.
sourcepub fn creation_time(self, input: impl Into<String>) -> Self
pub fn creation_time(self, input: impl Into<String>) -> Self
The creation time.
sourcepub fn set_creation_time(self, input: Option<String>) -> Self
pub fn set_creation_time(self, input: Option<String>) -> Self
The creation time.
sourcepub fn get_creation_time(&self) -> &Option<String>
pub fn get_creation_time(&self) -> &Option<String>
The creation time.
sourcepub fn last_updated_time(self, input: impl Into<String>) -> Self
pub fn last_updated_time(self, input: impl Into<String>) -> Self
The last updated time.
sourcepub fn set_last_updated_time(self, input: Option<String>) -> Self
pub fn set_last_updated_time(self, input: Option<String>) -> Self
The last updated time.
sourcepub fn get_last_updated_time(&self) -> &Option<String>
pub fn get_last_updated_time(&self) -> &Option<String>
The last updated time.
sourcepub fn deletion_time(self, input: impl Into<String>) -> Self
pub fn deletion_time(self, input: impl Into<String>) -> Self
The deletion time.
sourcepub fn set_deletion_time(self, input: Option<String>) -> Self
pub fn set_deletion_time(self, input: Option<String>) -> Self
The deletion time.
sourcepub fn get_deletion_time(&self) -> &Option<String>
pub fn get_deletion_time(&self) -> &Option<String>
The deletion time.
The tags.
The tags.
sourcepub fn build(self) -> VerifiedAccessGroup
pub fn build(self) -> VerifiedAccessGroup
Consumes the builder and constructs a VerifiedAccessGroup
.
Trait Implementations§
source§impl Clone for VerifiedAccessGroupBuilder
impl Clone for VerifiedAccessGroupBuilder
source§fn clone(&self) -> VerifiedAccessGroupBuilder
fn clone(&self) -> VerifiedAccessGroupBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for VerifiedAccessGroupBuilder
impl Debug for VerifiedAccessGroupBuilder
source§impl Default for VerifiedAccessGroupBuilder
impl Default for VerifiedAccessGroupBuilder
source§fn default() -> VerifiedAccessGroupBuilder
fn default() -> VerifiedAccessGroupBuilder
source§impl PartialEq<VerifiedAccessGroupBuilder> for VerifiedAccessGroupBuilder
impl PartialEq<VerifiedAccessGroupBuilder> for VerifiedAccessGroupBuilder
source§fn eq(&self, other: &VerifiedAccessGroupBuilder) -> bool
fn eq(&self, other: &VerifiedAccessGroupBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.