#[non_exhaustive]pub struct DeleteHapgInputBuilder { /* private fields */ }Expand description
A builder for DeleteHapgInput.
Implementations§
source§impl DeleteHapgInputBuilder
impl DeleteHapgInputBuilder
sourcepub fn hapg_arn(self, input: impl Into<String>) -> Self
pub fn hapg_arn(self, input: impl Into<String>) -> Self
The ARN of the high-availability partition group to delete.
sourcepub fn set_hapg_arn(self, input: Option<String>) -> Self
pub fn set_hapg_arn(self, input: Option<String>) -> Self
The ARN of the high-availability partition group to delete.
sourcepub fn get_hapg_arn(&self) -> &Option<String>
pub fn get_hapg_arn(&self) -> &Option<String>
The ARN of the high-availability partition group to delete.
sourcepub fn build(self) -> Result<DeleteHapgInput, BuildError>
pub fn build(self) -> Result<DeleteHapgInput, BuildError>
Consumes the builder and constructs a DeleteHapgInput.
source§impl DeleteHapgInputBuilder
impl DeleteHapgInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteHapgOutput, SdkError<DeleteHapgError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteHapgOutput, SdkError<DeleteHapgError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteHapgInputBuilder
impl Clone for DeleteHapgInputBuilder
source§fn clone(&self) -> DeleteHapgInputBuilder
fn clone(&self) -> DeleteHapgInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DeleteHapgInputBuilder
impl Debug for DeleteHapgInputBuilder
source§impl Default for DeleteHapgInputBuilder
impl Default for DeleteHapgInputBuilder
source§fn default() -> DeleteHapgInputBuilder
fn default() -> DeleteHapgInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteHapgInputBuilder> for DeleteHapgInputBuilder
impl PartialEq<DeleteHapgInputBuilder> for DeleteHapgInputBuilder
source§fn eq(&self, other: &DeleteHapgInputBuilder) -> bool
fn eq(&self, other: &DeleteHapgInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteHapgInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteHapgInputBuilder
impl Send for DeleteHapgInputBuilder
impl Sync for DeleteHapgInputBuilder
impl Unpin for DeleteHapgInputBuilder
impl UnwindSafe for DeleteHapgInputBuilder
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
Mutably borrows from an owned value. Read more