#[non_exhaustive]pub struct UpdateTrustOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateTrustOutput
.
Implementations§
source§impl UpdateTrustOutputBuilder
impl UpdateTrustOutputBuilder
sourcepub fn request_id(self, input: impl Into<String>) -> Self
pub fn request_id(self, input: impl Into<String>) -> Self
The Amazon Web Services request identifier.
sourcepub fn set_request_id(self, input: Option<String>) -> Self
pub fn set_request_id(self, input: Option<String>) -> Self
The Amazon Web Services request identifier.
sourcepub fn get_request_id(&self) -> &Option<String>
pub fn get_request_id(&self) -> &Option<String>
The Amazon Web Services request identifier.
sourcepub fn set_trust_id(self, input: Option<String>) -> Self
pub fn set_trust_id(self, input: Option<String>) -> Self
Identifier of the trust relationship.
sourcepub fn get_trust_id(&self) -> &Option<String>
pub fn get_trust_id(&self) -> &Option<String>
Identifier of the trust relationship.
sourcepub fn build(self) -> UpdateTrustOutput
pub fn build(self) -> UpdateTrustOutput
Consumes the builder and constructs a UpdateTrustOutput
.
Trait Implementations§
source§impl Clone for UpdateTrustOutputBuilder
impl Clone for UpdateTrustOutputBuilder
source§fn clone(&self) -> UpdateTrustOutputBuilder
fn clone(&self) -> UpdateTrustOutputBuilder
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 UpdateTrustOutputBuilder
impl Debug for UpdateTrustOutputBuilder
source§impl Default for UpdateTrustOutputBuilder
impl Default for UpdateTrustOutputBuilder
source§fn default() -> UpdateTrustOutputBuilder
fn default() -> UpdateTrustOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateTrustOutputBuilder> for UpdateTrustOutputBuilder
impl PartialEq<UpdateTrustOutputBuilder> for UpdateTrustOutputBuilder
source§fn eq(&self, other: &UpdateTrustOutputBuilder) -> bool
fn eq(&self, other: &UpdateTrustOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateTrustOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTrustOutputBuilder
impl Send for UpdateTrustOutputBuilder
impl Sync for UpdateTrustOutputBuilder
impl Unpin for UpdateTrustOutputBuilder
impl UnwindSafe for UpdateTrustOutputBuilder
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