#[non_exhaustive]pub struct GetResourceCollectionInput { /* private fields */ }
Implementations§
source§impl GetResourceCollectionInput
impl GetResourceCollectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceCollection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetResourceCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetResourceCollection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetResourceCollectionInput
.
source§impl GetResourceCollectionInput
impl GetResourceCollectionInput
sourcepub fn resource_collection_type(&self) -> Option<&ResourceCollectionType>
pub fn resource_collection_type(&self) -> Option<&ResourceCollectionType>
The type of Amazon Web Services resource collections to return. The one valid value is CLOUD_FORMATION
for Amazon Web Services CloudFormation stacks.
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 GetResourceCollectionInput
impl Clone for GetResourceCollectionInput
source§fn clone(&self) -> GetResourceCollectionInput
fn clone(&self) -> GetResourceCollectionInput
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 GetResourceCollectionInput
impl Debug for GetResourceCollectionInput
source§impl PartialEq<GetResourceCollectionInput> for GetResourceCollectionInput
impl PartialEq<GetResourceCollectionInput> for GetResourceCollectionInput
source§fn eq(&self, other: &GetResourceCollectionInput) -> bool
fn eq(&self, other: &GetResourceCollectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.