Struct aws_sdk_outposts::input::ListSitesInput
source · [−]#[non_exhaustive]pub struct ListSitesInput { /* private fields */ }
Implementations
sourceimpl ListSitesInput
impl ListSitesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSites, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSites, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSites
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListSitesInput
.
sourceimpl ListSitesInput
impl ListSitesInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum page size.
sourcepub fn operating_address_country_code_filter(&self) -> Option<&[String]>
pub fn operating_address_country_code_filter(&self) -> Option<&[String]>
A filter for the country code of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
sourcepub fn operating_address_state_or_region_filter(&self) -> Option<&[String]>
pub fn operating_address_state_or_region_filter(&self) -> Option<&[String]>
A filter for the state/region of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
sourcepub fn operating_address_city_filter(&self) -> Option<&[String]>
pub fn operating_address_city_filter(&self) -> Option<&[String]>
A filter for the city of the Outpost site.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an OR
, and the request returns all results that match any of the specified values.
Trait Implementations
sourceimpl Clone for ListSitesInput
impl Clone for ListSitesInput
sourcefn clone(&self) -> ListSitesInput
fn clone(&self) -> ListSitesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more