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