Struct aws_sdk_computeoptimizer::operation::get_ecs_service_recommendations::builders::GetEcsServiceRecommendationsOutputBuilder
source · #[non_exhaustive]pub struct GetEcsServiceRecommendationsOutputBuilder { /* private fields */ }
Expand description
A builder for GetEcsServiceRecommendationsOutput
.
Implementations§
source§impl GetEcsServiceRecommendationsOutputBuilder
impl GetEcsServiceRecommendationsOutputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
The token to advance to the next page of Amazon ECS service recommendations.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
The token to advance to the next page of Amazon ECS service recommendations.
sourcepub fn get_next_token(&self) -> &Option<String>
pub fn get_next_token(&self) -> &Option<String>
The token to advance to the next page of Amazon ECS service recommendations.
sourcepub fn ecs_service_recommendations(
self,
input: EcsServiceRecommendation
) -> Self
pub fn ecs_service_recommendations( self, input: EcsServiceRecommendation ) -> Self
Appends an item to ecs_service_recommendations
.
To override the contents of this collection use set_ecs_service_recommendations
.
An array of objects that describe the Amazon ECS service recommendations.
sourcepub fn set_ecs_service_recommendations(
self,
input: Option<Vec<EcsServiceRecommendation>>
) -> Self
pub fn set_ecs_service_recommendations( self, input: Option<Vec<EcsServiceRecommendation>> ) -> Self
An array of objects that describe the Amazon ECS service recommendations.
sourcepub fn get_ecs_service_recommendations(
&self
) -> &Option<Vec<EcsServiceRecommendation>>
pub fn get_ecs_service_recommendations( &self ) -> &Option<Vec<EcsServiceRecommendation>>
An array of objects that describe the Amazon ECS service recommendations.
sourcepub fn errors(self, input: GetRecommendationError) -> Self
pub fn errors(self, input: GetRecommendationError) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
An array of objects that describe errors of the request.
sourcepub fn set_errors(self, input: Option<Vec<GetRecommendationError>>) -> Self
pub fn set_errors(self, input: Option<Vec<GetRecommendationError>>) -> Self
An array of objects that describe errors of the request.
sourcepub fn get_errors(&self) -> &Option<Vec<GetRecommendationError>>
pub fn get_errors(&self) -> &Option<Vec<GetRecommendationError>>
An array of objects that describe errors of the request.
sourcepub fn build(self) -> GetEcsServiceRecommendationsOutput
pub fn build(self) -> GetEcsServiceRecommendationsOutput
Consumes the builder and constructs a GetEcsServiceRecommendationsOutput
.
Trait Implementations§
source§impl Clone for GetEcsServiceRecommendationsOutputBuilder
impl Clone for GetEcsServiceRecommendationsOutputBuilder
source§fn clone(&self) -> GetEcsServiceRecommendationsOutputBuilder
fn clone(&self) -> GetEcsServiceRecommendationsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetEcsServiceRecommendationsOutputBuilder
impl Default for GetEcsServiceRecommendationsOutputBuilder
source§fn default() -> GetEcsServiceRecommendationsOutputBuilder
fn default() -> GetEcsServiceRecommendationsOutputBuilder
source§impl PartialEq for GetEcsServiceRecommendationsOutputBuilder
impl PartialEq for GetEcsServiceRecommendationsOutputBuilder
source§fn eq(&self, other: &GetEcsServiceRecommendationsOutputBuilder) -> bool
fn eq(&self, other: &GetEcsServiceRecommendationsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.