#[non_exhaustive]pub struct UpdateGlossaryInputBuilder { /* private fields */ }
Expand description
A builder for UpdateGlossaryInput
.
Implementations§
source§impl UpdateGlossaryInputBuilder
impl UpdateGlossaryInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
sourcepub fn identifier(self, input: impl Into<String>) -> Self
pub fn identifier(self, input: impl Into<String>) -> Self
The identifier of the business glossary to be updated.
sourcepub fn set_identifier(self, input: Option<String>) -> Self
pub fn set_identifier(self, input: Option<String>) -> Self
The identifier of the business glossary to be updated.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the business glossary to be updated.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name to be updated as part of the UpdateGlossary
action.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name to be updated as part of the UpdateGlossary
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateGlossary
action.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description to be updated as part of the UpdateGlossary
action.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description to be updated as part of the UpdateGlossary
action.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description to be updated as part of the UpdateGlossary
action.
sourcepub fn status(self, input: GlossaryStatus) -> Self
pub fn status(self, input: GlossaryStatus) -> Self
The status to be updated as part of the UpdateGlossary
action.
sourcepub fn set_status(self, input: Option<GlossaryStatus>) -> Self
pub fn set_status(self, input: Option<GlossaryStatus>) -> Self
The status to be updated as part of the UpdateGlossary
action.
sourcepub fn get_status(&self) -> &Option<GlossaryStatus>
pub fn get_status(&self) -> &Option<GlossaryStatus>
The status to be updated as part of the UpdateGlossary
action.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
sourcepub fn build(self) -> Result<UpdateGlossaryInput, BuildError>
pub fn build(self) -> Result<UpdateGlossaryInput, BuildError>
Consumes the builder and constructs a UpdateGlossaryInput
.
source§impl UpdateGlossaryInputBuilder
impl UpdateGlossaryInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateGlossaryOutput, SdkError<UpdateGlossaryError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateGlossaryOutput, SdkError<UpdateGlossaryError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateGlossaryInputBuilder
impl Clone for UpdateGlossaryInputBuilder
source§fn clone(&self) -> UpdateGlossaryInputBuilder
fn clone(&self) -> UpdateGlossaryInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateGlossaryInputBuilder
impl Debug for UpdateGlossaryInputBuilder
source§impl Default for UpdateGlossaryInputBuilder
impl Default for UpdateGlossaryInputBuilder
source§fn default() -> UpdateGlossaryInputBuilder
fn default() -> UpdateGlossaryInputBuilder
source§impl PartialEq for UpdateGlossaryInputBuilder
impl PartialEq for UpdateGlossaryInputBuilder
source§fn eq(&self, other: &UpdateGlossaryInputBuilder) -> bool
fn eq(&self, other: &UpdateGlossaryInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.