Struct aws_sdk_proton::operation::notify_resource_deployment_status_change::builders::NotifyResourceDeploymentStatusChangeInputBuilder
source · #[non_exhaustive]pub struct NotifyResourceDeploymentStatusChangeInputBuilder { /* private fields */ }Expand description
A builder for NotifyResourceDeploymentStatusChangeInput.
Implementations§
source§impl NotifyResourceDeploymentStatusChangeInputBuilder
impl NotifyResourceDeploymentStatusChangeInputBuilder
sourcepub fn resource_arn(self, input: impl Into<String>) -> Self
pub fn resource_arn(self, input: impl Into<String>) -> Self
The provisioned resource Amazon Resource Name (ARN).
This field is required.sourcepub fn set_resource_arn(self, input: Option<String>) -> Self
pub fn set_resource_arn(self, input: Option<String>) -> Self
The provisioned resource Amazon Resource Name (ARN).
sourcepub fn get_resource_arn(&self) -> &Option<String>
pub fn get_resource_arn(&self) -> &Option<String>
The provisioned resource Amazon Resource Name (ARN).
sourcepub fn status(self, input: ResourceDeploymentStatus) -> Self
pub fn status(self, input: ResourceDeploymentStatus) -> Self
The status of your provisioned resource.
sourcepub fn set_status(self, input: Option<ResourceDeploymentStatus>) -> Self
pub fn set_status(self, input: Option<ResourceDeploymentStatus>) -> Self
The status of your provisioned resource.
sourcepub fn get_status(&self) -> &Option<ResourceDeploymentStatus>
pub fn get_status(&self) -> &Option<ResourceDeploymentStatus>
The status of your provisioned resource.
sourcepub fn outputs(self, input: Output) -> Self
pub fn outputs(self, input: Output) -> Self
Appends an item to outputs.
To override the contents of this collection use set_outputs.
The provisioned resource state change detail data that's returned by Proton.
sourcepub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
pub fn set_outputs(self, input: Option<Vec<Output>>) -> Self
The provisioned resource state change detail data that's returned by Proton.
sourcepub fn get_outputs(&self) -> &Option<Vec<Output>>
pub fn get_outputs(&self) -> &Option<Vec<Output>>
The provisioned resource state change detail data that's returned by Proton.
sourcepub fn deployment_id(self, input: impl Into<String>) -> Self
pub fn deployment_id(self, input: impl Into<String>) -> Self
The deployment ID for your provisioned resource.
sourcepub fn set_deployment_id(self, input: Option<String>) -> Self
pub fn set_deployment_id(self, input: Option<String>) -> Self
The deployment ID for your provisioned resource.
sourcepub fn get_deployment_id(&self) -> &Option<String>
pub fn get_deployment_id(&self) -> &Option<String>
The deployment ID for your provisioned resource.
sourcepub fn status_message(self, input: impl Into<String>) -> Self
pub fn status_message(self, input: impl Into<String>) -> Self
The deployment status message for your provisioned resource.
sourcepub fn set_status_message(self, input: Option<String>) -> Self
pub fn set_status_message(self, input: Option<String>) -> Self
The deployment status message for your provisioned resource.
sourcepub fn get_status_message(&self) -> &Option<String>
pub fn get_status_message(&self) -> &Option<String>
The deployment status message for your provisioned resource.
sourcepub fn build(
self
) -> Result<NotifyResourceDeploymentStatusChangeInput, BuildError>
pub fn build( self ) -> Result<NotifyResourceDeploymentStatusChangeInput, BuildError>
Consumes the builder and constructs a NotifyResourceDeploymentStatusChangeInput.
source§impl NotifyResourceDeploymentStatusChangeInputBuilder
impl NotifyResourceDeploymentStatusChangeInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<NotifyResourceDeploymentStatusChangeOutput, SdkError<NotifyResourceDeploymentStatusChangeError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<NotifyResourceDeploymentStatusChangeOutput, SdkError<NotifyResourceDeploymentStatusChangeError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for NotifyResourceDeploymentStatusChangeInputBuilder
impl Clone for NotifyResourceDeploymentStatusChangeInputBuilder
source§fn clone(&self) -> NotifyResourceDeploymentStatusChangeInputBuilder
fn clone(&self) -> NotifyResourceDeploymentStatusChangeInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for NotifyResourceDeploymentStatusChangeInputBuilder
impl Default for NotifyResourceDeploymentStatusChangeInputBuilder
source§fn default() -> NotifyResourceDeploymentStatusChangeInputBuilder
fn default() -> NotifyResourceDeploymentStatusChangeInputBuilder
source§impl PartialEq for NotifyResourceDeploymentStatusChangeInputBuilder
impl PartialEq for NotifyResourceDeploymentStatusChangeInputBuilder
source§fn eq(&self, other: &NotifyResourceDeploymentStatusChangeInputBuilder) -> bool
fn eq(&self, other: &NotifyResourceDeploymentStatusChangeInputBuilder) -> bool
self and other values to be equal, and is used
by ==.