Struct aws_sdk_devopsguru::operation::get_resource_collection::builders::GetResourceCollectionInputBuilder
source · #[non_exhaustive]pub struct GetResourceCollectionInputBuilder { /* private fields */ }
Expand description
A builder for GetResourceCollectionInput
.
Implementations§
source§impl GetResourceCollectionInputBuilder
impl GetResourceCollectionInputBuilder
sourcepub fn resource_collection_type(self, input: ResourceCollectionType) -> Self
pub fn resource_collection_type(self, input: ResourceCollectionType) -> Self
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 set_resource_collection_type(
self,
input: Option<ResourceCollectionType>
) -> Self
pub fn set_resource_collection_type( self, input: Option<ResourceCollectionType> ) -> Self
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, 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<GetResourceCollectionInput, BuildError>
pub fn build(self) -> Result<GetResourceCollectionInput, BuildError>
Consumes the builder and constructs a GetResourceCollectionInput
.
Trait Implementations§
source§impl Clone for GetResourceCollectionInputBuilder
impl Clone for GetResourceCollectionInputBuilder
source§fn clone(&self) -> GetResourceCollectionInputBuilder
fn clone(&self) -> GetResourceCollectionInputBuilder
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 GetResourceCollectionInputBuilder
impl Default for GetResourceCollectionInputBuilder
source§fn default() -> GetResourceCollectionInputBuilder
fn default() -> GetResourceCollectionInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetResourceCollectionInputBuilder> for GetResourceCollectionInputBuilder
impl PartialEq<GetResourceCollectionInputBuilder> for GetResourceCollectionInputBuilder
source§fn eq(&self, other: &GetResourceCollectionInputBuilder) -> bool
fn eq(&self, other: &GetResourceCollectionInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.