Struct aws_sdk_datazone::operation::update_environment::builders::UpdateEnvironmentInputBuilder
source · #[non_exhaustive]pub struct UpdateEnvironmentInputBuilder { /* private fields */ }
Expand description
A builder for UpdateEnvironmentInput
.
Implementations§
source§impl UpdateEnvironmentInputBuilder
impl UpdateEnvironmentInputBuilder
sourcepub fn domain_identifier(self, input: impl Into<String>) -> Self
pub fn domain_identifier(self, input: impl Into<String>) -> Self
The identifier of the domain in which the environment 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 domain in which the environment is to be updated.
sourcepub fn get_domain_identifier(&self) -> &Option<String>
pub fn get_domain_identifier(&self) -> &Option<String>
The identifier of the domain in which the environment 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 environment that is 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 environment that is to be updated.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the environment that is 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 UpdateEnvironment
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 UpdateEnvironment
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateEnvironment
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 UpdateEnvironment
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 UpdateEnvironment
action.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description to be updated as part of the UpdateEnvironment
action.
sourcepub fn glossary_terms(self, input: impl Into<String>) -> Self
pub fn glossary_terms(self, input: impl Into<String>) -> Self
Appends an item to glossary_terms
.
To override the contents of this collection use set_glossary_terms
.
The glossary terms to be updated as part of the UpdateEnvironment
action.
sourcepub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
pub fn set_glossary_terms(self, input: Option<Vec<String>>) -> Self
The glossary terms to be updated as part of the UpdateEnvironment
action.
sourcepub fn get_glossary_terms(&self) -> &Option<Vec<String>>
pub fn get_glossary_terms(&self) -> &Option<Vec<String>>
The glossary terms to be updated as part of the UpdateEnvironment
action.
sourcepub fn build(self) -> Result<UpdateEnvironmentInput, BuildError>
pub fn build(self) -> Result<UpdateEnvironmentInput, BuildError>
Consumes the builder and constructs a UpdateEnvironmentInput
.
source§impl UpdateEnvironmentInputBuilder
impl UpdateEnvironmentInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateEnvironmentOutput, SdkError<UpdateEnvironmentError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateEnvironmentOutput, SdkError<UpdateEnvironmentError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateEnvironmentInputBuilder
impl Clone for UpdateEnvironmentInputBuilder
source§fn clone(&self) -> UpdateEnvironmentInputBuilder
fn clone(&self) -> UpdateEnvironmentInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateEnvironmentInputBuilder
impl Default for UpdateEnvironmentInputBuilder
source§fn default() -> UpdateEnvironmentInputBuilder
fn default() -> UpdateEnvironmentInputBuilder
source§impl PartialEq for UpdateEnvironmentInputBuilder
impl PartialEq for UpdateEnvironmentInputBuilder
source§fn eq(&self, other: &UpdateEnvironmentInputBuilder) -> bool
fn eq(&self, other: &UpdateEnvironmentInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.