Struct aws_sdk_transfer::operation::update_agreement::builders::UpdateAgreementOutputBuilder
source · #[non_exhaustive]pub struct UpdateAgreementOutputBuilder { /* private fields */ }Expand description
A builder for UpdateAgreementOutput.
Implementations§
source§impl UpdateAgreementOutputBuilder
impl UpdateAgreementOutputBuilder
sourcepub fn agreement_id(self, input: impl Into<String>) -> Self
pub fn agreement_id(self, input: impl Into<String>) -> Self
A unique identifier for the agreement. This identifier is returned when you create an agreement.
sourcepub fn set_agreement_id(self, input: Option<String>) -> Self
pub fn set_agreement_id(self, input: Option<String>) -> Self
A unique identifier for the agreement. This identifier is returned when you create an agreement.
sourcepub fn get_agreement_id(&self) -> &Option<String>
pub fn get_agreement_id(&self) -> &Option<String>
A unique identifier for the agreement. This identifier is returned when you create an agreement.
sourcepub fn build(self) -> UpdateAgreementOutput
pub fn build(self) -> UpdateAgreementOutput
Consumes the builder and constructs a UpdateAgreementOutput.
Trait Implementations§
source§impl Clone for UpdateAgreementOutputBuilder
impl Clone for UpdateAgreementOutputBuilder
source§fn clone(&self) -> UpdateAgreementOutputBuilder
fn clone(&self) -> UpdateAgreementOutputBuilder
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 UpdateAgreementOutputBuilder
impl Debug for UpdateAgreementOutputBuilder
source§impl Default for UpdateAgreementOutputBuilder
impl Default for UpdateAgreementOutputBuilder
source§fn default() -> UpdateAgreementOutputBuilder
fn default() -> UpdateAgreementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateAgreementOutputBuilder
impl PartialEq for UpdateAgreementOutputBuilder
source§fn eq(&self, other: &UpdateAgreementOutputBuilder) -> bool
fn eq(&self, other: &UpdateAgreementOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateAgreementOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateAgreementOutputBuilder
impl Send for UpdateAgreementOutputBuilder
impl Sync for UpdateAgreementOutputBuilder
impl Unpin for UpdateAgreementOutputBuilder
impl UnwindSafe for UpdateAgreementOutputBuilder
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