Struct aws_sdk_devopsguru::operation::start_cost_estimation::builders::StartCostEstimationInputBuilder
source · #[non_exhaustive]pub struct StartCostEstimationInputBuilder { /* private fields */ }
Expand description
A builder for StartCostEstimationInput
.
Implementations§
source§impl StartCostEstimationInputBuilder
impl StartCostEstimationInputBuilder
sourcepub fn resource_collection(
self,
input: CostEstimationResourceCollectionFilter
) -> Self
pub fn resource_collection( self, input: CostEstimationResourceCollectionFilter ) -> Self
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
sourcepub fn set_resource_collection(
self,
input: Option<CostEstimationResourceCollectionFilter>
) -> Self
pub fn set_resource_collection( self, input: Option<CostEstimationResourceCollectionFilter> ) -> Self
The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
The idempotency token used to identify each cost estimate request.
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
The idempotency token used to identify each cost estimate request.
sourcepub fn build(self) -> Result<StartCostEstimationInput, BuildError>
pub fn build(self) -> Result<StartCostEstimationInput, BuildError>
Consumes the builder and constructs a StartCostEstimationInput
.
Trait Implementations§
source§impl Clone for StartCostEstimationInputBuilder
impl Clone for StartCostEstimationInputBuilder
source§fn clone(&self) -> StartCostEstimationInputBuilder
fn clone(&self) -> StartCostEstimationInputBuilder
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 StartCostEstimationInputBuilder
impl Default for StartCostEstimationInputBuilder
source§fn default() -> StartCostEstimationInputBuilder
fn default() -> StartCostEstimationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartCostEstimationInputBuilder> for StartCostEstimationInputBuilder
impl PartialEq<StartCostEstimationInputBuilder> for StartCostEstimationInputBuilder
source§fn eq(&self, other: &StartCostEstimationInputBuilder) -> bool
fn eq(&self, other: &StartCostEstimationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StartCostEstimationInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StartCostEstimationInputBuilder
impl Send for StartCostEstimationInputBuilder
impl Sync for StartCostEstimationInputBuilder
impl Unpin for StartCostEstimationInputBuilder
impl UnwindSafe for StartCostEstimationInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more