Struct aws_sdk_datazone::operation::create_listing_change_set::builders::CreateListingChangeSetInputBuilder
source · #[non_exhaustive]pub struct CreateListingChangeSetInputBuilder { /* private fields */ }
Expand description
A builder for CreateListingChangeSetInput
.
Implementations§
source§impl CreateListingChangeSetInputBuilder
impl CreateListingChangeSetInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
sourcepub fn entity_identifier(self, input: impl Into<String>) -> Self
pub fn entity_identifier(self, input: impl Into<String>) -> Self
sourcepub fn set_entity_identifier(self, input: Option<String>) -> Self
pub fn set_entity_identifier(self, input: Option<String>) -> Self
sourcepub fn get_entity_identifier(&self) -> &Option<String>
pub fn get_entity_identifier(&self) -> &Option<String>
sourcepub fn entity_type(self, input: EntityType) -> Self
pub fn entity_type(self, input: EntityType) -> Self
sourcepub fn set_entity_type(self, input: Option<EntityType>) -> Self
pub fn set_entity_type(self, input: Option<EntityType>) -> Self
sourcepub fn get_entity_type(&self) -> &Option<EntityType>
pub fn get_entity_type(&self) -> &Option<EntityType>
sourcepub fn entity_revision(self, input: impl Into<String>) -> Self
pub fn entity_revision(self, input: impl Into<String>) -> Self
sourcepub fn set_entity_revision(self, input: Option<String>) -> Self
pub fn set_entity_revision(self, input: Option<String>) -> Self
sourcepub fn get_entity_revision(&self) -> &Option<String>
pub fn get_entity_revision(&self) -> &Option<String>
sourcepub fn action(self, input: ChangeAction) -> Self
pub fn action(self, input: ChangeAction) -> Self
sourcepub fn set_action(self, input: Option<ChangeAction>) -> Self
pub fn set_action(self, input: Option<ChangeAction>) -> Self
sourcepub fn get_action(&self) -> &Option<ChangeAction>
pub fn get_action(&self) -> &Option<ChangeAction>
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
sourcepub fn build(self) -> Result<CreateListingChangeSetInput, BuildError>
pub fn build(self) -> Result<CreateListingChangeSetInput, BuildError>
Consumes the builder and constructs a CreateListingChangeSetInput
.
source§impl CreateListingChangeSetInputBuilder
impl CreateListingChangeSetInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateListingChangeSetOutput, SdkError<CreateListingChangeSetError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateListingChangeSetOutput, SdkError<CreateListingChangeSetError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateListingChangeSetInputBuilder
impl Clone for CreateListingChangeSetInputBuilder
source§fn clone(&self) -> CreateListingChangeSetInputBuilder
fn clone(&self) -> CreateListingChangeSetInputBuilder
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 CreateListingChangeSetInputBuilder
impl Default for CreateListingChangeSetInputBuilder
source§fn default() -> CreateListingChangeSetInputBuilder
fn default() -> CreateListingChangeSetInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateListingChangeSetInputBuilder
impl PartialEq for CreateListingChangeSetInputBuilder
source§fn eq(&self, other: &CreateListingChangeSetInputBuilder) -> bool
fn eq(&self, other: &CreateListingChangeSetInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateListingChangeSetInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateListingChangeSetInputBuilder
impl Send for CreateListingChangeSetInputBuilder
impl Sync for CreateListingChangeSetInputBuilder
impl Unpin for CreateListingChangeSetInputBuilder
impl UnwindSafe for CreateListingChangeSetInputBuilder
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