@Generated(value="software.amazon.awssdk:codegen") public final class RecommendationSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationSet.Builder,RecommendationSet>
Contains a recommendation set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecommendationSet.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RecommendationSet.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecommendationSet.Builder> |
serializableBuilderClass() |
Strategy |
strategy()
The recommended strategy.
|
String |
strategyAsString()
The recommended strategy.
|
TargetDestination |
targetDestination()
The recommended target destination.
|
String |
targetDestinationAsString()
The recommended target destination.
|
RecommendationSet.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TransformationTool |
transformationTool()
The target destination for the recommendation set.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Strategy strategy()
The recommended strategy.
If the service returns an enum value that is not available in the current SDK version, strategy will
return Strategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
strategyAsString().
Strategypublic final String strategyAsString()
The recommended strategy.
If the service returns an enum value that is not available in the current SDK version, strategy will
return Strategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
strategyAsString().
Strategypublic final TargetDestination targetDestination()
The recommended target destination.
If the service returns an enum value that is not available in the current SDK version, targetDestination
will return TargetDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetDestinationAsString().
TargetDestinationpublic final String targetDestinationAsString()
The recommended target destination.
If the service returns an enum value that is not available in the current SDK version, targetDestination
will return TargetDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from targetDestinationAsString().
TargetDestinationpublic final TransformationTool transformationTool()
The target destination for the recommendation set.
public RecommendationSet.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecommendationSet.Builder,RecommendationSet>public static RecommendationSet.Builder builder()
public static Class<? extends RecommendationSet.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.