@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReservationPurchaseRecommendationMetadata extends Object implements Serializable, Cloneable, StructuredPojo
Information about this specific recommendation, such as the time stamp for when AWS made a specific recommendation.
| Constructor and Description |
|---|
ReservationPurchaseRecommendationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ReservationPurchaseRecommendationMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getGenerationTimestamp()
The time stamp for when AWS made this recommendation.
|
String |
getRecommendationId()
The ID for this specific recommendation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setGenerationTimestamp(String generationTimestamp)
The time stamp for when AWS made this recommendation.
|
void |
setRecommendationId(String recommendationId)
The ID for this specific recommendation.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReservationPurchaseRecommendationMetadata |
withGenerationTimestamp(String generationTimestamp)
The time stamp for when AWS made this recommendation.
|
ReservationPurchaseRecommendationMetadata |
withRecommendationId(String recommendationId)
The ID for this specific recommendation.
|
public ReservationPurchaseRecommendationMetadata()
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 ReservationPurchaseRecommendationMetadata 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 AWS made this recommendation.
generationTimestamp - The time stamp for when AWS made this recommendation.public String getGenerationTimestamp()
The time stamp for when AWS made this recommendation.
public ReservationPurchaseRecommendationMetadata withGenerationTimestamp(String generationTimestamp)
The time stamp for when AWS made this recommendation.
generationTimestamp - The time stamp for when AWS made this recommendation.public String toString()
toString in class ObjectObject.toString()public ReservationPurchaseRecommendationMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.