@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecommendationSet extends Object implements Serializable, Cloneable, StructuredPojo
Contains a recommendation set.
| Constructor and Description |
|---|
RecommendationSet() |
| Modifier and Type | Method and Description |
|---|---|
RecommendationSet |
clone() |
boolean |
equals(Object obj) |
String |
getStrategy()
The recommended strategy.
|
String |
getTargetDestination()
The recommended target destination.
|
TransformationTool |
getTransformationTool()
The target destination for the recommendation set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStrategy(String strategy)
The recommended strategy.
|
void |
setTargetDestination(String targetDestination)
The recommended target destination.
|
void |
setTransformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
|
String |
toString()
Returns a string representation of this object.
|
RecommendationSet |
withStrategy(Strategy strategy)
The recommended strategy.
|
RecommendationSet |
withStrategy(String strategy)
The recommended strategy.
|
RecommendationSet |
withTargetDestination(String targetDestination)
The recommended target destination.
|
RecommendationSet |
withTargetDestination(TargetDestination targetDestination)
The recommended target destination.
|
RecommendationSet |
withTransformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
|
public void setStrategy(String strategy)
The recommended strategy.
strategy - The recommended strategy.Strategypublic String getStrategy()
The recommended strategy.
Strategypublic RecommendationSet withStrategy(String strategy)
The recommended strategy.
strategy - The recommended strategy.Strategypublic RecommendationSet withStrategy(Strategy strategy)
The recommended strategy.
strategy - The recommended strategy.Strategypublic void setTargetDestination(String targetDestination)
The recommended target destination.
targetDestination - The recommended target destination.TargetDestinationpublic String getTargetDestination()
The recommended target destination.
TargetDestinationpublic RecommendationSet withTargetDestination(String targetDestination)
The recommended target destination.
targetDestination - The recommended target destination.TargetDestinationpublic RecommendationSet withTargetDestination(TargetDestination targetDestination)
The recommended target destination.
targetDestination - The recommended target destination.TargetDestinationpublic void setTransformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
transformationTool - The target destination for the recommendation set.public TransformationTool getTransformationTool()
The target destination for the recommendation set.
public RecommendationSet withTransformationTool(TransformationTool transformationTool)
The target destination for the recommendation set.
transformationTool - The target destination for the recommendation set.public String toString()
toString in class ObjectObject.toString()public RecommendationSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.