Struct aws_sdk_ram::operation::set_default_permission_version::builders::SetDefaultPermissionVersionOutputBuilder
source · #[non_exhaustive]pub struct SetDefaultPermissionVersionOutputBuilder { /* private fields */ }Expand description
A builder for SetDefaultPermissionVersionOutput.
Implementations§
source§impl SetDefaultPermissionVersionOutputBuilder
impl SetDefaultPermissionVersionOutputBuilder
sourcepub fn return_value(self, input: bool) -> Self
pub fn return_value(self, input: bool) -> Self
A boolean value that indicates whether the operation was successful.
sourcepub fn set_return_value(self, input: Option<bool>) -> Self
pub fn set_return_value(self, input: Option<bool>) -> Self
A boolean value that indicates whether the operation was successful.
sourcepub fn get_return_value(&self) -> &Option<bool>
pub fn get_return_value(&self) -> &Option<bool>
A boolean value that indicates whether the operation was successful.
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) -> SetDefaultPermissionVersionOutput
pub fn build(self) -> SetDefaultPermissionVersionOutput
Consumes the builder and constructs a SetDefaultPermissionVersionOutput.
Trait Implementations§
source§impl Clone for SetDefaultPermissionVersionOutputBuilder
impl Clone for SetDefaultPermissionVersionOutputBuilder
source§fn clone(&self) -> SetDefaultPermissionVersionOutputBuilder
fn clone(&self) -> SetDefaultPermissionVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SetDefaultPermissionVersionOutputBuilder
impl Default for SetDefaultPermissionVersionOutputBuilder
source§fn default() -> SetDefaultPermissionVersionOutputBuilder
fn default() -> SetDefaultPermissionVersionOutputBuilder
source§impl PartialEq for SetDefaultPermissionVersionOutputBuilder
impl PartialEq for SetDefaultPermissionVersionOutputBuilder
source§fn eq(&self, other: &SetDefaultPermissionVersionOutputBuilder) -> bool
fn eq(&self, other: &SetDefaultPermissionVersionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.