Struct aws_sdk_datazone::operation::create_glossary_term::builders::CreateGlossaryTermInputBuilder
source · #[non_exhaustive]pub struct CreateGlossaryTermInputBuilder { /* private fields */ }
Expand description
A builder for CreateGlossaryTermInput
.
Implementations§
source§impl CreateGlossaryTermInputBuilder
impl CreateGlossaryTermInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The ID of the Amazon DataZone domain in which this business glossary term is created.
sourcepub fn set_domain_identifier(self, input: Option<String>) -> Self
pub fn set_domain_identifier(self, input: Option<String>) -> Self
The ID of the Amazon DataZone domain in which this business glossary term is created.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The ID of the Amazon DataZone domain in which this business glossary term is created.
sourcepub fn glossary_identifier(self, input: impl Into<String>) -> Self
pub fn glossary_identifier(self, input: impl Into<String>) -> Self
The ID of the business glossary in which this term is created.
sourcepub fn set_glossary_identifier(self, input: Option<String>) -> Self
pub fn set_glossary_identifier(self, input: Option<String>) -> Self
The ID of the business glossary in which this term is created.
sourcepub fn get_glossary_identifier(&self) -> &Option<String>
pub fn get_glossary_identifier(&self) -> &Option<String>
The ID of the business glossary in which this term is created.
sourcepub fn status(self, input: GlossaryTermStatus) -> Self
pub fn status(self, input: GlossaryTermStatus) -> Self
The status of this business glossary term.
sourcepub fn set_status(self, input: Option<GlossaryTermStatus>) -> Self
pub fn set_status(self, input: Option<GlossaryTermStatus>) -> Self
The status of this business glossary term.
sourcepub fn get_status(&self) -> &Option<GlossaryTermStatus>
pub fn get_status(&self) -> &Option<GlossaryTermStatus>
The status of this business glossary term.
sourcepub fn short_description(self, input: impl Into<String>) -> Self
pub fn short_description(self, input: impl Into<String>) -> Self
The short description of this business glossary term.
sourcepub fn set_short_description(self, input: Option<String>) -> Self
pub fn set_short_description(self, input: Option<String>) -> Self
The short description of this business glossary term.
sourcepub fn get_short_description(&self) -> &Option<String>
pub fn get_short_description(&self) -> &Option<String>
The short description of this business glossary term.
sourcepub fn long_description(self, input: impl Into<String>) -> Self
pub fn long_description(self, input: impl Into<String>) -> Self
The long description of this business glossary term.
sourcepub fn set_long_description(self, input: Option<String>) -> Self
pub fn set_long_description(self, input: Option<String>) -> Self
The long description of this business glossary term.
sourcepub fn get_long_description(&self) -> &Option<String>
pub fn get_long_description(&self) -> &Option<String>
The long description of this business glossary term.
sourcepub fn term_relations(self, input: TermRelations) -> Self
pub fn term_relations(self, input: TermRelations) -> Self
The term relations of this business glossary term.
sourcepub fn set_term_relations(self, input: Option<TermRelations>) -> Self
pub fn set_term_relations(self, input: Option<TermRelations>) -> Self
The term relations of this business glossary term.
sourcepub fn get_term_relations(&self) -> &Option<TermRelations>
pub fn get_term_relations(&self) -> &Option<TermRelations>
The term relations of this business glossary term.
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<CreateGlossaryTermInput, BuildError>
pub fn build(self) -> Result<CreateGlossaryTermInput, BuildError>
Consumes the builder and constructs a CreateGlossaryTermInput
.
source§impl CreateGlossaryTermInputBuilder
impl CreateGlossaryTermInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateGlossaryTermOutput, SdkError<CreateGlossaryTermError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateGlossaryTermOutput, SdkError<CreateGlossaryTermError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateGlossaryTermInputBuilder
impl Clone for CreateGlossaryTermInputBuilder
source§fn clone(&self) -> CreateGlossaryTermInputBuilder
fn clone(&self) -> CreateGlossaryTermInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for CreateGlossaryTermInputBuilder
impl Default for CreateGlossaryTermInputBuilder
source§fn default() -> CreateGlossaryTermInputBuilder
fn default() -> CreateGlossaryTermInputBuilder
source§impl PartialEq for CreateGlossaryTermInputBuilder
impl PartialEq for CreateGlossaryTermInputBuilder
source§fn eq(&self, other: &CreateGlossaryTermInputBuilder) -> bool
fn eq(&self, other: &CreateGlossaryTermInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.