Class RecommendationSet
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.RecommendationSet
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecommendationSet.Builder,RecommendationSet>
@Generated("software.amazon.awssdk:codegen") public final class RecommendationSet extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecommendationSet.Builder,RecommendationSet>
Contains a recommendation set.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecommendationSet.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecommendationSet.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecommendationSet.Builder>serializableBuilderClass()Strategystrategy()The recommended strategy.StringstrategyAsString()The recommended strategy.TargetDestinationtargetDestination()The recommended target destination.StringtargetDestinationAsString()The recommended target destination.RecommendationSet.BuildertoBuilder()StringtoString()Returns a string representation of this object.TransformationTooltransformationTool()The target destination for the recommendation set.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
strategy
public final Strategy strategy()
The recommended strategy.
If the service returns an enum value that is not available in the current SDK version,
strategywill returnStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyAsString().- Returns:
- The recommended strategy.
- See Also:
Strategy
-
strategyAsString
public final String strategyAsString()
The recommended strategy.
If the service returns an enum value that is not available in the current SDK version,
strategywill returnStrategy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstrategyAsString().- Returns:
- The recommended strategy.
- See Also:
Strategy
-
targetDestination
public final TargetDestination targetDestination()
The recommended target destination.
If the service returns an enum value that is not available in the current SDK version,
targetDestinationwill returnTargetDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetDestinationAsString().- Returns:
- The recommended target destination.
- See Also:
TargetDestination
-
targetDestinationAsString
public final String targetDestinationAsString()
The recommended target destination.
If the service returns an enum value that is not available in the current SDK version,
targetDestinationwill returnTargetDestination.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtargetDestinationAsString().- Returns:
- The recommended target destination.
- See Also:
TargetDestination
-
transformationTool
public final TransformationTool transformationTool()
The target destination for the recommendation set.
- Returns:
- The target destination for the recommendation set.
-
toBuilder
public RecommendationSet.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecommendationSet.Builder,RecommendationSet>
-
builder
public static RecommendationSet.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecommendationSet.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-