Class SageMakerSavingsPlansConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.costoptimizationhub.model.SageMakerSavingsPlansConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SageMakerSavingsPlansConfiguration.Builder,SageMakerSavingsPlansConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class SageMakerSavingsPlansConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SageMakerSavingsPlansConfiguration.Builder,SageMakerSavingsPlansConfiguration>
The SageMaker Savings Plans configuration used for recommendations.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSageMakerSavingsPlansConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountScope()The account scope that you want your recommendations for.static SageMakerSavingsPlansConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhourlyCommitment()The hourly commitment for the Savings Plans type.StringpaymentOption()The payment option for the commitment.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends SageMakerSavingsPlansConfiguration.Builder>serializableBuilderClass()Stringterm()The Savings Plans recommendation term in years.SageMakerSavingsPlansConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
accountScope
public final String accountScope()
The account scope that you want your recommendations for.
- Returns:
- The account scope that you want your recommendations for.
-
term
public final String term()
The Savings Plans recommendation term in years.
- Returns:
- The Savings Plans recommendation term in years.
-
paymentOption
public final String paymentOption()
The payment option for the commitment.
- Returns:
- The payment option for the commitment.
-
hourlyCommitment
public final String hourlyCommitment()
The hourly commitment for the Savings Plans type.
- Returns:
- The hourly commitment for the Savings Plans type.
-
toBuilder
public SageMakerSavingsPlansConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SageMakerSavingsPlansConfiguration.Builder,SageMakerSavingsPlansConfiguration>
-
builder
public static SageMakerSavingsPlansConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends SageMakerSavingsPlansConfiguration.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
-
-