#[non_exhaustive]pub struct DeleteTrustOutputBuilder { /* private fields */ }Expand description
A builder for DeleteTrustOutput.
Implementations§
source§impl DeleteTrustOutputBuilder
impl DeleteTrustOutputBuilder
sourcepub fn trust_id(self, input: impl Into<String>) -> Self
pub fn trust_id(self, input: impl Into<String>) -> Self
The Trust ID of the trust relationship that was deleted.
sourcepub fn set_trust_id(self, input: Option<String>) -> Self
pub fn set_trust_id(self, input: Option<String>) -> Self
The Trust ID of the trust relationship that was deleted.
sourcepub fn build(self) -> DeleteTrustOutput
pub fn build(self) -> DeleteTrustOutput
Consumes the builder and constructs a DeleteTrustOutput.
Trait Implementations§
source§impl Clone for DeleteTrustOutputBuilder
impl Clone for DeleteTrustOutputBuilder
source§fn clone(&self) -> DeleteTrustOutputBuilder
fn clone(&self) -> DeleteTrustOutputBuilder
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 DeleteTrustOutputBuilder
impl Debug for DeleteTrustOutputBuilder
source§impl Default for DeleteTrustOutputBuilder
impl Default for DeleteTrustOutputBuilder
source§fn default() -> DeleteTrustOutputBuilder
fn default() -> DeleteTrustOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteTrustOutputBuilder> for DeleteTrustOutputBuilder
impl PartialEq<DeleteTrustOutputBuilder> for DeleteTrustOutputBuilder
source§fn eq(&self, other: &DeleteTrustOutputBuilder) -> bool
fn eq(&self, other: &DeleteTrustOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.