#[non_exhaustive]pub struct GetRecommendationSummariesInput { /* private fields */ }
Implementations
sourceimpl GetRecommendationSummariesInput
impl GetRecommendationSummariesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecommendationSummaries, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRecommendationSummaries, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRecommendationSummaries
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRecommendationSummariesInput
.
sourceimpl GetRecommendationSummariesInput
impl GetRecommendationSummariesInput
sourcepub fn account_ids(&self) -> Option<&[String]>
pub fn account_ids(&self) -> Option<&[String]>
The ID of the Amazon Web Services account for which to return recommendation summaries.
If your account is the management account of an organization, use this parameter to specify the member account for which you want to return recommendation summaries.
Only one account ID can be specified per request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to advance to the next page of recommendation summaries.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of recommendation summaries to return with a single request.
To retrieve the remaining results, make another request with the returned nextToken
value.
Trait Implementations
sourceimpl Clone for GetRecommendationSummariesInput
impl Clone for GetRecommendationSummariesInput
sourcefn clone(&self) -> GetRecommendationSummariesInput
fn clone(&self) -> GetRecommendationSummariesInput
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 PartialEq<GetRecommendationSummariesInput> for GetRecommendationSummariesInput
impl PartialEq<GetRecommendationSummariesInput> for GetRecommendationSummariesInput
sourcefn eq(&self, other: &GetRecommendationSummariesInput) -> bool
fn eq(&self, other: &GetRecommendationSummariesInput) -> bool
impl StructuralPartialEq for GetRecommendationSummariesInput
Auto Trait Implementations
impl RefUnwindSafe for GetRecommendationSummariesInput
impl Send for GetRecommendationSummariesInput
impl Sync for GetRecommendationSummariesInput
impl Unpin for GetRecommendationSummariesInput
impl UnwindSafe for GetRecommendationSummariesInput
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