Struct aws_sdk_transfer::operation::create_agreement::builders::CreateAgreementOutputBuilder
source · #[non_exhaustive]pub struct CreateAgreementOutputBuilder { /* private fields */ }Expand description
A builder for CreateAgreementOutput.
Implementations§
source§impl CreateAgreementOutputBuilder
impl CreateAgreementOutputBuilder
sourcepub fn agreement_id(self, input: impl Into<String>) -> Self
pub fn agreement_id(self, input: impl Into<String>) -> Self
The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.
sourcepub fn set_agreement_id(self, input: Option<String>) -> Self
pub fn set_agreement_id(self, input: Option<String>) -> Self
The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.
sourcepub fn get_agreement_id(&self) -> &Option<String>
pub fn get_agreement_id(&self) -> &Option<String>
The unique identifier for the agreement. Use this ID for deleting, or updating an agreement, as well as in any other API calls that require that you specify the agreement ID.
sourcepub fn build(self) -> CreateAgreementOutput
pub fn build(self) -> CreateAgreementOutput
Consumes the builder and constructs a CreateAgreementOutput.
Trait Implementations§
source§impl Clone for CreateAgreementOutputBuilder
impl Clone for CreateAgreementOutputBuilder
source§fn clone(&self) -> CreateAgreementOutputBuilder
fn clone(&self) -> CreateAgreementOutputBuilder
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 CreateAgreementOutputBuilder
impl Debug for CreateAgreementOutputBuilder
source§impl Default for CreateAgreementOutputBuilder
impl Default for CreateAgreementOutputBuilder
source§fn default() -> CreateAgreementOutputBuilder
fn default() -> CreateAgreementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateAgreementOutputBuilder
impl PartialEq for CreateAgreementOutputBuilder
source§fn eq(&self, other: &CreateAgreementOutputBuilder) -> bool
fn eq(&self, other: &CreateAgreementOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateAgreementOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateAgreementOutputBuilder
impl Send for CreateAgreementOutputBuilder
impl Sync for CreateAgreementOutputBuilder
impl Unpin for CreateAgreementOutputBuilder
impl UnwindSafe for CreateAgreementOutputBuilder
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