#[non_exhaustive]pub struct UpdateProjectInputBuilder { /* private fields */ }
Expand description
A builder for UpdateProjectInput
.
Implementations§
source§impl UpdateProjectInputBuilder
impl UpdateProjectInputBuilder
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 project 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 project 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 project 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 project 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 project that is to be updated.
sourcepub fn get_identifier(&self) -> &Option<String>
pub fn get_identifier(&self) -> &Option<String>
The identifier of the project 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 UpdateProject
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 UpdateProject
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateProject
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 UpdateProject
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 UpdateProject
action.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description to be updated as part of the UpdateProject
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 UpdateProject
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 UpdateProject
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 UpdateProject
action.
sourcepub fn build(self) -> Result<UpdateProjectInput, BuildError>
pub fn build(self) -> Result<UpdateProjectInput, BuildError>
Consumes the builder and constructs a UpdateProjectInput
.
source§impl UpdateProjectInputBuilder
impl UpdateProjectInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateProjectOutput, SdkError<UpdateProjectError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateProjectOutput, SdkError<UpdateProjectError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateProjectInputBuilder
impl Clone for UpdateProjectInputBuilder
source§fn clone(&self) -> UpdateProjectInputBuilder
fn clone(&self) -> UpdateProjectInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateProjectInputBuilder
impl Debug for UpdateProjectInputBuilder
source§impl Default for UpdateProjectInputBuilder
impl Default for UpdateProjectInputBuilder
source§fn default() -> UpdateProjectInputBuilder
fn default() -> UpdateProjectInputBuilder
source§impl PartialEq for UpdateProjectInputBuilder
impl PartialEq for UpdateProjectInputBuilder
source§fn eq(&self, other: &UpdateProjectInputBuilder) -> bool
fn eq(&self, other: &UpdateProjectInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.