#[non_exhaustive]pub struct DeleteResourcePolicyInputBuilder { /* private fields */ }
Expand description
A builder for DeleteResourcePolicyInput
.
Implementations§
Source§impl DeleteResourcePolicyInputBuilder
impl DeleteResourcePolicyInputBuilder
Sourcepub fn secret_id(self, input: impl Into<String>) -> Self
pub fn secret_id(self, input: impl Into<String>) -> Self
The ARN or name of the secret to delete the attached resource-based policy for.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
This field is required.Sourcepub fn set_secret_id(self, input: Option<String>) -> Self
pub fn set_secret_id(self, input: Option<String>) -> Self
The ARN or name of the secret to delete the attached resource-based policy for.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
Sourcepub fn get_secret_id(&self) -> &Option<String>
pub fn get_secret_id(&self) -> &Option<String>
The ARN or name of the secret to delete the attached resource-based policy for.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN. See Finding a secret from a partial ARN.
Sourcepub fn build(self) -> Result<DeleteResourcePolicyInput, BuildError>
pub fn build(self) -> Result<DeleteResourcePolicyInput, BuildError>
Consumes the builder and constructs a DeleteResourcePolicyInput
.
Source§impl DeleteResourcePolicyInputBuilder
impl DeleteResourcePolicyInputBuilder
Sourcepub async fn send_with(
self,
client: &Client,
) -> Result<DeleteResourcePolicyOutput, SdkError<DeleteResourcePolicyError, HttpResponse>>
pub async fn send_with( self, client: &Client, ) -> Result<DeleteResourcePolicyOutput, SdkError<DeleteResourcePolicyError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
Source§impl Clone for DeleteResourcePolicyInputBuilder
impl Clone for DeleteResourcePolicyInputBuilder
Source§fn clone(&self) -> DeleteResourcePolicyInputBuilder
fn clone(&self) -> DeleteResourcePolicyInputBuilder
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Default for DeleteResourcePolicyInputBuilder
impl Default for DeleteResourcePolicyInputBuilder
Source§fn default() -> DeleteResourcePolicyInputBuilder
fn default() -> DeleteResourcePolicyInputBuilder
Source§impl PartialEq for DeleteResourcePolicyInputBuilder
impl PartialEq for DeleteResourcePolicyInputBuilder
Source§fn eq(&self, other: &DeleteResourcePolicyInputBuilder) -> bool
fn eq(&self, other: &DeleteResourcePolicyInputBuilder) -> bool
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DeleteResourcePolicyInputBuilder
Auto Trait Implementations§
impl Freeze for DeleteResourcePolicyInputBuilder
impl RefUnwindSafe for DeleteResourcePolicyInputBuilder
impl Send for DeleteResourcePolicyInputBuilder
impl Sync for DeleteResourcePolicyInputBuilder
impl Unpin for DeleteResourcePolicyInputBuilder
impl UnwindSafe for DeleteResourcePolicyInputBuilder
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)