Struct aws_sdk_ssm::types::builders::AccountSharingInfoBuilder
source · #[non_exhaustive]pub struct AccountSharingInfoBuilder { /* private fields */ }Expand description
A builder for AccountSharingInfo.
Implementations§
source§impl AccountSharingInfoBuilder
impl AccountSharingInfoBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The Amazon Web Services account ID where the current document is shared.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The Amazon Web Services account ID where the current document is shared.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The Amazon Web Services account ID where the current document is shared.
The version of the current document shared with the account.
The version of the current document shared with the account.
The version of the current document shared with the account.
sourcepub fn build(self) -> AccountSharingInfo
pub fn build(self) -> AccountSharingInfo
Consumes the builder and constructs a AccountSharingInfo.
Trait Implementations§
source§impl Clone for AccountSharingInfoBuilder
impl Clone for AccountSharingInfoBuilder
source§fn clone(&self) -> AccountSharingInfoBuilder
fn clone(&self) -> AccountSharingInfoBuilder
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 AccountSharingInfoBuilder
impl Debug for AccountSharingInfoBuilder
source§impl Default for AccountSharingInfoBuilder
impl Default for AccountSharingInfoBuilder
source§fn default() -> AccountSharingInfoBuilder
fn default() -> AccountSharingInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AccountSharingInfoBuilder> for AccountSharingInfoBuilder
impl PartialEq<AccountSharingInfoBuilder> for AccountSharingInfoBuilder
source§fn eq(&self, other: &AccountSharingInfoBuilder) -> bool
fn eq(&self, other: &AccountSharingInfoBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AccountSharingInfoBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AccountSharingInfoBuilder
impl Send for AccountSharingInfoBuilder
impl Sync for AccountSharingInfoBuilder
impl Unpin for AccountSharingInfoBuilder
impl UnwindSafe for AccountSharingInfoBuilder
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