Struct aws_sdk_devopsguru::input::GetCostEstimationInput
source · #[non_exhaustive]pub struct GetCostEstimationInput { /* private fields */ }
Implementations§
source§impl GetCostEstimationInput
impl GetCostEstimationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCostEstimation, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetCostEstimation, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetCostEstimation
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCostEstimationInput
.
source§impl GetCostEstimationInput
impl GetCostEstimationInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
Trait Implementations§
source§impl Clone for GetCostEstimationInput
impl Clone for GetCostEstimationInput
source§fn clone(&self) -> GetCostEstimationInput
fn clone(&self) -> GetCostEstimationInput
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 Debug for GetCostEstimationInput
impl Debug for GetCostEstimationInput
source§impl PartialEq<GetCostEstimationInput> for GetCostEstimationInput
impl PartialEq<GetCostEstimationInput> for GetCostEstimationInput
source§fn eq(&self, other: &GetCostEstimationInput) -> bool
fn eq(&self, other: &GetCostEstimationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.