Struct aws_sdk_datazone::operation::create_listing_change_set::builders::CreateListingChangeSetOutputBuilder
source · #[non_exhaustive]pub struct CreateListingChangeSetOutputBuilder { /* private fields */ }
Expand description
A builder for CreateListingChangeSetOutput
.
Implementations§
source§impl CreateListingChangeSetOutputBuilder
impl CreateListingChangeSetOutputBuilder
sourcepub fn listing_id(self, input: impl Into<String>) -> Self
pub fn listing_id(self, input: impl Into<String>) -> Self
sourcepub fn set_listing_id(self, input: Option<String>) -> Self
pub fn set_listing_id(self, input: Option<String>) -> Self
sourcepub fn get_listing_id(&self) -> &Option<String>
pub fn get_listing_id(&self) -> &Option<String>
sourcepub fn listing_revision(self, input: impl Into<String>) -> Self
pub fn listing_revision(self, input: impl Into<String>) -> Self
sourcepub fn set_listing_revision(self, input: Option<String>) -> Self
pub fn set_listing_revision(self, input: Option<String>) -> Self
sourcepub fn get_listing_revision(&self) -> &Option<String>
pub fn get_listing_revision(&self) -> &Option<String>
sourcepub fn status(self, input: ListingStatus) -> Self
pub fn status(self, input: ListingStatus) -> Self
sourcepub fn set_status(self, input: Option<ListingStatus>) -> Self
pub fn set_status(self, input: Option<ListingStatus>) -> Self
sourcepub fn get_status(&self) -> &Option<ListingStatus>
pub fn get_status(&self) -> &Option<ListingStatus>
sourcepub fn build(self) -> CreateListingChangeSetOutput
pub fn build(self) -> CreateListingChangeSetOutput
Consumes the builder and constructs a CreateListingChangeSetOutput
.
Trait Implementations§
source§impl Clone for CreateListingChangeSetOutputBuilder
impl Clone for CreateListingChangeSetOutputBuilder
source§fn clone(&self) -> CreateListingChangeSetOutputBuilder
fn clone(&self) -> CreateListingChangeSetOutputBuilder
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 Default for CreateListingChangeSetOutputBuilder
impl Default for CreateListingChangeSetOutputBuilder
source§fn default() -> CreateListingChangeSetOutputBuilder
fn default() -> CreateListingChangeSetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateListingChangeSetOutputBuilder
impl PartialEq for CreateListingChangeSetOutputBuilder
source§fn eq(&self, other: &CreateListingChangeSetOutputBuilder) -> bool
fn eq(&self, other: &CreateListingChangeSetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateListingChangeSetOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateListingChangeSetOutputBuilder
impl Send for CreateListingChangeSetOutputBuilder
impl Sync for CreateListingChangeSetOutputBuilder
impl Unpin for CreateListingChangeSetOutputBuilder
impl UnwindSafe for CreateListingChangeSetOutputBuilder
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