Struct aws_sdk_evidently::operation::update_project_data_delivery::builders::UpdateProjectDataDeliveryOutputBuilder
source · #[non_exhaustive]pub struct UpdateProjectDataDeliveryOutputBuilder { /* private fields */ }Expand description
A builder for UpdateProjectDataDeliveryOutput.
Implementations§
source§impl UpdateProjectDataDeliveryOutputBuilder
impl UpdateProjectDataDeliveryOutputBuilder
sourcepub fn project(self, input: Project) -> Self
pub fn project(self, input: Project) -> Self
A structure containing details about the project that you updated.
sourcepub fn set_project(self, input: Option<Project>) -> Self
pub fn set_project(self, input: Option<Project>) -> Self
A structure containing details about the project that you updated.
sourcepub fn build(self) -> UpdateProjectDataDeliveryOutput
pub fn build(self) -> UpdateProjectDataDeliveryOutput
Consumes the builder and constructs a UpdateProjectDataDeliveryOutput.
Trait Implementations§
source§impl Clone for UpdateProjectDataDeliveryOutputBuilder
impl Clone for UpdateProjectDataDeliveryOutputBuilder
source§fn clone(&self) -> UpdateProjectDataDeliveryOutputBuilder
fn clone(&self) -> UpdateProjectDataDeliveryOutputBuilder
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 UpdateProjectDataDeliveryOutputBuilder
impl Default for UpdateProjectDataDeliveryOutputBuilder
source§fn default() -> UpdateProjectDataDeliveryOutputBuilder
fn default() -> UpdateProjectDataDeliveryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateProjectDataDeliveryOutputBuilder> for UpdateProjectDataDeliveryOutputBuilder
impl PartialEq<UpdateProjectDataDeliveryOutputBuilder> for UpdateProjectDataDeliveryOutputBuilder
source§fn eq(&self, other: &UpdateProjectDataDeliveryOutputBuilder) -> bool
fn eq(&self, other: &UpdateProjectDataDeliveryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.