Struct aws_sdk_computeoptimizer::operation::get_ec2_recommendation_projected_metrics::builders::GetEc2RecommendationProjectedMetricsInputBuilder
source · #[non_exhaustive]pub struct GetEc2RecommendationProjectedMetricsInputBuilder { /* private fields */ }
Expand description
A builder for GetEc2RecommendationProjectedMetricsInput
.
Implementations§
source§impl GetEc2RecommendationProjectedMetricsInputBuilder
impl GetEc2RecommendationProjectedMetricsInputBuilder
sourcepub fn instance_arn(self, input: impl Into<String>) -> Self
pub fn instance_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
This field is required.sourcepub fn set_instance_arn(self, input: Option<String>) -> Self
pub fn set_instance_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
sourcepub fn get_instance_arn(&self) -> &Option<String>
pub fn get_instance_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the instances for which to return recommendation projected metrics.
sourcepub fn stat(self, input: MetricStatistic) -> Self
pub fn stat(self, input: MetricStatistic) -> Self
The statistic of the projected metrics.
This field is required.sourcepub fn set_stat(self, input: Option<MetricStatistic>) -> Self
pub fn set_stat(self, input: Option<MetricStatistic>) -> Self
The statistic of the projected metrics.
sourcepub fn get_stat(&self) -> &Option<MetricStatistic>
pub fn get_stat(&self) -> &Option<MetricStatistic>
The statistic of the projected metrics.
sourcepub fn period(self, input: i32) -> Self
pub fn period(self, input: i32) -> Self
The granularity, in seconds, of the projected metrics data points.
This field is required.sourcepub fn set_period(self, input: Option<i32>) -> Self
pub fn set_period(self, input: Option<i32>) -> Self
The granularity, in seconds, of the projected metrics data points.
sourcepub fn get_period(&self) -> &Option<i32>
pub fn get_period(&self) -> &Option<i32>
The granularity, in seconds, of the projected metrics data points.
sourcepub fn start_time(self, input: DateTime) -> Self
pub fn start_time(self, input: DateTime) -> Self
The timestamp of the first projected metrics data point to return.
This field is required.sourcepub fn set_start_time(self, input: Option<DateTime>) -> Self
pub fn set_start_time(self, input: Option<DateTime>) -> Self
The timestamp of the first projected metrics data point to return.
sourcepub fn get_start_time(&self) -> &Option<DateTime>
pub fn get_start_time(&self) -> &Option<DateTime>
The timestamp of the first projected metrics data point to return.
sourcepub fn end_time(self, input: DateTime) -> Self
pub fn end_time(self, input: DateTime) -> Self
The timestamp of the last projected metrics data point to return.
This field is required.sourcepub fn set_end_time(self, input: Option<DateTime>) -> Self
pub fn set_end_time(self, input: Option<DateTime>) -> Self
The timestamp of the last projected metrics data point to return.
sourcepub fn get_end_time(&self) -> &Option<DateTime>
pub fn get_end_time(&self) -> &Option<DateTime>
The timestamp of the last projected metrics data point to return.
sourcepub fn recommendation_preferences(
self,
input: RecommendationPreferences
) -> Self
pub fn recommendation_preferences( self, input: RecommendationPreferences ) -> Self
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
sourcepub fn set_recommendation_preferences(
self,
input: Option<RecommendationPreferences>
) -> Self
pub fn set_recommendation_preferences( self, input: Option<RecommendationPreferences> ) -> Self
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
sourcepub fn get_recommendation_preferences(
&self
) -> &Option<RecommendationPreferences>
pub fn get_recommendation_preferences( &self ) -> &Option<RecommendationPreferences>
An object to specify the preferences for the Amazon EC2 recommendation projected metrics to return in the response.
sourcepub fn build(
self
) -> Result<GetEc2RecommendationProjectedMetricsInput, BuildError>
pub fn build( self ) -> Result<GetEc2RecommendationProjectedMetricsInput, BuildError>
Consumes the builder and constructs a GetEc2RecommendationProjectedMetricsInput
.
source§impl GetEc2RecommendationProjectedMetricsInputBuilder
impl GetEc2RecommendationProjectedMetricsInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetEc2RecommendationProjectedMetricsOutput, SdkError<GetEC2RecommendationProjectedMetricsError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetEc2RecommendationProjectedMetricsOutput, SdkError<GetEC2RecommendationProjectedMetricsError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetEc2RecommendationProjectedMetricsInputBuilder
impl Clone for GetEc2RecommendationProjectedMetricsInputBuilder
source§fn clone(&self) -> GetEc2RecommendationProjectedMetricsInputBuilder
fn clone(&self) -> GetEc2RecommendationProjectedMetricsInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetEc2RecommendationProjectedMetricsInputBuilder
impl Default for GetEc2RecommendationProjectedMetricsInputBuilder
source§fn default() -> GetEc2RecommendationProjectedMetricsInputBuilder
fn default() -> GetEc2RecommendationProjectedMetricsInputBuilder
source§impl PartialEq for GetEc2RecommendationProjectedMetricsInputBuilder
impl PartialEq for GetEc2RecommendationProjectedMetricsInputBuilder
source§fn eq(&self, other: &GetEc2RecommendationProjectedMetricsInputBuilder) -> bool
fn eq(&self, other: &GetEc2RecommendationProjectedMetricsInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.