Struct aws_sdk_cloudfront::operation::delete_continuous_deployment_policy::builders::DeleteContinuousDeploymentPolicyInputBuilder
source · #[non_exhaustive]pub struct DeleteContinuousDeploymentPolicyInputBuilder { /* private fields */ }
Expand description
A builder for DeleteContinuousDeploymentPolicyInput
.
Implementations§
source§impl DeleteContinuousDeploymentPolicyInputBuilder
impl DeleteContinuousDeploymentPolicyInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The identifier of the continuous deployment policy that you are deleting.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
The identifier of the continuous deployment policy that you are deleting.
sourcepub fn if_match(self, input: impl Into<String>) -> Self
pub fn if_match(self, input: impl Into<String>) -> Self
The current version (ETag
value) of the continuous deployment policy that you are deleting.
sourcepub fn set_if_match(self, input: Option<String>) -> Self
pub fn set_if_match(self, input: Option<String>) -> Self
The current version (ETag
value) of the continuous deployment policy that you are deleting.
sourcepub fn build(self) -> Result<DeleteContinuousDeploymentPolicyInput, BuildError>
pub fn build(self) -> Result<DeleteContinuousDeploymentPolicyInput, BuildError>
Consumes the builder and constructs a DeleteContinuousDeploymentPolicyInput
.
Trait Implementations§
source§impl Clone for DeleteContinuousDeploymentPolicyInputBuilder
impl Clone for DeleteContinuousDeploymentPolicyInputBuilder
source§fn clone(&self) -> DeleteContinuousDeploymentPolicyInputBuilder
fn clone(&self) -> DeleteContinuousDeploymentPolicyInputBuilder
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 DeleteContinuousDeploymentPolicyInputBuilder
impl Default for DeleteContinuousDeploymentPolicyInputBuilder
source§fn default() -> DeleteContinuousDeploymentPolicyInputBuilder
fn default() -> DeleteContinuousDeploymentPolicyInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteContinuousDeploymentPolicyInputBuilder> for DeleteContinuousDeploymentPolicyInputBuilder
impl PartialEq<DeleteContinuousDeploymentPolicyInputBuilder> for DeleteContinuousDeploymentPolicyInputBuilder
source§fn eq(&self, other: &DeleteContinuousDeploymentPolicyInputBuilder) -> bool
fn eq(&self, other: &DeleteContinuousDeploymentPolicyInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.