@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.Strategy
public String getStrategy()
The recommended strategy.
Strategy
public RecommendationSet withStrategy(String strategy)
The recommended strategy.
strategy
- The recommended strategy.Strategy
public RecommendationSet withStrategy(Strategy strategy)
The recommended strategy.
strategy
- The recommended strategy.Strategy
public void setTargetDestination(String targetDestination)
The recommended target destination.
targetDestination
- The recommended target destination.TargetDestination
public String getTargetDestination()
The recommended target destination.
TargetDestination
public RecommendationSet withTargetDestination(String targetDestination)
The recommended target destination.
targetDestination
- The recommended target destination.TargetDestination
public RecommendationSet withTargetDestination(TargetDestination targetDestination)
The recommended target destination.
targetDestination
- The recommended target destination.TargetDestination
public 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 Object
Object.toString()
public RecommendationSet clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.