Struct aws_sdk_ram::operation::delete_permission_version::builders::DeletePermissionVersionOutputBuilder
source · #[non_exhaustive]pub struct DeletePermissionVersionOutputBuilder { /* private fields */ }Expand description
A builder for DeletePermissionVersionOutput.
Implementations§
source§impl DeletePermissionVersionOutputBuilder
impl DeletePermissionVersionOutputBuilder
sourcepub fn return_value(self, input: bool) -> Self
pub fn return_value(self, input: bool) -> Self
A boolean value that indicates whether the operation is 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 is 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 is 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 permission_status(self, input: PermissionStatus) -> Self
pub fn permission_status(self, input: PermissionStatus) -> Self
This operation is performed asynchronously, and this response parameter indicates the current status.
sourcepub fn set_permission_status(self, input: Option<PermissionStatus>) -> Self
pub fn set_permission_status(self, input: Option<PermissionStatus>) -> Self
This operation is performed asynchronously, and this response parameter indicates the current status.
sourcepub fn get_permission_status(&self) -> &Option<PermissionStatus>
pub fn get_permission_status(&self) -> &Option<PermissionStatus>
This operation is performed asynchronously, and this response parameter indicates the current status.
sourcepub fn build(self) -> DeletePermissionVersionOutput
pub fn build(self) -> DeletePermissionVersionOutput
Consumes the builder and constructs a DeletePermissionVersionOutput.
Trait Implementations§
source§impl Clone for DeletePermissionVersionOutputBuilder
impl Clone for DeletePermissionVersionOutputBuilder
source§fn clone(&self) -> DeletePermissionVersionOutputBuilder
fn clone(&self) -> DeletePermissionVersionOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for DeletePermissionVersionOutputBuilder
impl Default for DeletePermissionVersionOutputBuilder
source§fn default() -> DeletePermissionVersionOutputBuilder
fn default() -> DeletePermissionVersionOutputBuilder
source§impl PartialEq for DeletePermissionVersionOutputBuilder
impl PartialEq for DeletePermissionVersionOutputBuilder
source§fn eq(&self, other: &DeletePermissionVersionOutputBuilder) -> bool
fn eq(&self, other: &DeletePermissionVersionOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.