Struct aws_sdk_ram::operation::create_resource_share::builders::CreateResourceShareOutputBuilder
source · #[non_exhaustive]pub struct CreateResourceShareOutputBuilder { /* private fields */ }
Expand description
A builder for CreateResourceShareOutput
.
Implementations§
An object with information about the new resource share.
An object with information about the new resource share.
An object with information about the new resource share.
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) -> CreateResourceShareOutput
pub fn build(self) -> CreateResourceShareOutput
Consumes the builder and constructs a CreateResourceShareOutput
.
Trait Implementations§
source§fn clone(&self) -> CreateResourceShareOutputBuilder
fn clone(&self) -> CreateResourceShareOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§fn default() -> CreateResourceShareOutputBuilder
fn default() -> CreateResourceShareOutputBuilder
source§fn eq(&self, other: &CreateResourceShareOutputBuilder) -> bool
fn eq(&self, other: &CreateResourceShareOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.