@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 timestamp for when Amazon Web Services made a specific recommendation.
Constructor and Description |
---|
ReservationPurchaseRecommendationMetadata() |
Modifier and Type | Method and Description |
---|---|
ReservationPurchaseRecommendationMetadata |
clone() |
boolean |
equals(Object obj) |
String |
getGenerationTimestamp()
The timestamp for when Amazon Web Services made 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 timestamp for when Amazon Web Services made this recommendation.
|
void |
setRecommendationId(String recommendationId)
The ID for this specific recommendation.
|
String |
toString()
Returns a string representation of this object.
|
ReservationPurchaseRecommendationMetadata |
withGenerationTimestamp(String generationTimestamp)
The timestamp for when Amazon Web Services 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 timestamp for when Amazon Web Services made this recommendation.
generationTimestamp
- The timestamp for when Amazon Web Services made this recommendation.public String getGenerationTimestamp()
The timestamp for when Amazon Web Services made this recommendation.
public ReservationPurchaseRecommendationMetadata withGenerationTimestamp(String generationTimestamp)
The timestamp for when Amazon Web Services made this recommendation.
generationTimestamp
- The timestamp for when Amazon Web Services made this recommendation.public String toString()
toString
in class Object
Object.toString()
public ReservationPurchaseRecommendationMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.