Struct aws_sdk_devopsguru::input::GetCostEstimationInput
source · [−]#[non_exhaustive]pub struct GetCostEstimationInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetCostEstimationInput
impl Clone for GetCostEstimationInput
sourcefn clone(&self) -> GetCostEstimationInput
fn clone(&self) -> GetCostEstimationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetCostEstimationInput
impl Debug for GetCostEstimationInput
sourceimpl PartialEq<GetCostEstimationInput> for GetCostEstimationInput
impl PartialEq<GetCostEstimationInput> for GetCostEstimationInput
sourcefn eq(&self, other: &GetCostEstimationInput) -> bool
fn eq(&self, other: &GetCostEstimationInput) -> bool
impl StructuralPartialEq for GetCostEstimationInput
Auto Trait Implementations
impl RefUnwindSafe for GetCostEstimationInput
impl Send for GetCostEstimationInput
impl Sync for GetCostEstimationInput
impl Unpin for GetCostEstimationInput
impl UnwindSafe for GetCostEstimationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more