@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RightsizingRecommendationMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Metadata for this recommendation set.
Constructor and Description |
---|
RightsizingRecommendationMetadata() |
Modifier and Type | Method and Description |
---|---|
RightsizingRecommendationMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getGenerationTimestamp()
The time stamp for when Amazon Web Services made this recommendation.
|
String |
getLookbackPeriodInDays()
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
String |
getRecommendationId()
The ID for this specific recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGenerationTimestamp(String generationTimestamp)
The time stamp for when Amazon Web Services made this recommendation.
|
void |
setLookbackPeriodInDays(String lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
void |
setRecommendationId(String recommendationId)
The ID for this specific recommendation.
|
String |
toString()
Returns a string representation of this object.
|
RightsizingRecommendationMetadata |
withGenerationTimestamp(String generationTimestamp)
The time stamp for when Amazon Web Services made this recommendation.
|
RightsizingRecommendationMetadata |
withLookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
RightsizingRecommendationMetadata |
withLookbackPeriodInDays(String lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
|
RightsizingRecommendationMetadata |
withRecommendationId(String recommendationId)
The ID for this specific recommendation.
|
public void setRecommendationId(String recommendationId)
The ID for this specific recommendation.
recommendationId
- The ID for this specific recommendation.public String getRecommendationId()
The ID for this specific recommendation.
public RightsizingRecommendationMetadata withRecommendationId(String recommendationId)
The ID for this specific recommendation.
recommendationId
- The ID for this specific recommendation.public void setGenerationTimestamp(String generationTimestamp)
The time stamp for when Amazon Web Services made this recommendation.
generationTimestamp
- The time stamp for when Amazon Web Services made this recommendation.public String getGenerationTimestamp()
The time stamp for when Amazon Web Services made this recommendation.
public RightsizingRecommendationMetadata withGenerationTimestamp(String generationTimestamp)
The time stamp for when Amazon Web Services made this recommendation.
generationTimestamp
- The time stamp for when Amazon Web Services made this recommendation.public void setLookbackPeriodInDays(String lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
lookbackPeriodInDays
- How many days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDays
public String getLookbackPeriodInDays()
How many days of previous usage that Amazon Web Services considers when making this recommendation.
LookbackPeriodInDays
public RightsizingRecommendationMetadata withLookbackPeriodInDays(String lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
lookbackPeriodInDays
- How many days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDays
public RightsizingRecommendationMetadata withLookbackPeriodInDays(LookbackPeriodInDays lookbackPeriodInDays)
How many days of previous usage that Amazon Web Services considers when making this recommendation.
lookbackPeriodInDays
- How many days of previous usage that Amazon Web Services considers when making this recommendation.LookbackPeriodInDays
public String toString()
toString
in class Object
Object.toString()
public RightsizingRecommendationMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.