Struct aws_sdk_devopsguru::operation::get_cost_estimation::builders::GetCostEstimationInputBuilder
source · #[non_exhaustive]pub struct GetCostEstimationInputBuilder { /* private fields */ }
Expand description
A builder for GetCostEstimationInput
.
Implementations§
source§impl GetCostEstimationInputBuilder
impl GetCostEstimationInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
sourcepub fn build(self) -> Result<GetCostEstimationInput, BuildError>
pub fn build(self) -> Result<GetCostEstimationInput, BuildError>
Consumes the builder and constructs a GetCostEstimationInput
.
Trait Implementations§
source§impl Clone for GetCostEstimationInputBuilder
impl Clone for GetCostEstimationInputBuilder
source§fn clone(&self) -> GetCostEstimationInputBuilder
fn clone(&self) -> GetCostEstimationInputBuilder
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 GetCostEstimationInputBuilder
impl Default for GetCostEstimationInputBuilder
source§fn default() -> GetCostEstimationInputBuilder
fn default() -> GetCostEstimationInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetCostEstimationInputBuilder> for GetCostEstimationInputBuilder
impl PartialEq<GetCostEstimationInputBuilder> for GetCostEstimationInputBuilder
source§fn eq(&self, other: &GetCostEstimationInputBuilder) -> bool
fn eq(&self, other: &GetCostEstimationInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.