Struct aws_sdk_ram::operation::associate_resource_share::builders::AssociateResourceShareOutputBuilder
source · #[non_exhaustive]pub struct AssociateResourceShareOutputBuilder { /* private fields */ }Expand description
A builder for AssociateResourceShareOutput.
Implementations§
Appends an item to resource_share_associations.
To override the contents of this collection use set_resource_share_associations.
An array of objects that contain information about the associations.
An array of objects that contain information about the associations.
An array of objects that contain information about the associations.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
sourcepub fn build(self) -> AssociateResourceShareOutput
pub fn build(self) -> AssociateResourceShareOutput
Consumes the builder and constructs a AssociateResourceShareOutput.
Trait Implementations§
source§fn clone(&self) -> AssociateResourceShareOutputBuilder
fn clone(&self) -> AssociateResourceShareOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§fn default() -> AssociateResourceShareOutputBuilder
fn default() -> AssociateResourceShareOutputBuilder
source§fn eq(&self, other: &AssociateResourceShareOutputBuilder) -> bool
fn eq(&self, other: &AssociateResourceShareOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.