Class GenerationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.costexplorer.model.GenerationSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GenerationSummary.Builder,GenerationSummary>
@Generated("software.amazon.awssdk:codegen") public final class GenerationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GenerationSummary.Builder,GenerationSummary>
The summary of the Savings Plans recommendation generation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGenerationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GenerationSummary.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringestimatedCompletionTime()Indicates the estimated time for when the recommendation generation will complete.StringgenerationCompletionTime()Indicates the completion time of the recommendation generation.StringgenerationStartedTime()Indicates the start time of the recommendation generation.GenerationStatusgenerationStatus()Indicates whether the recommendation generation succeeded, is processing, or failed.StringgenerationStatusAsString()Indicates whether the recommendation generation succeeded, is processing, or failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrecommendationId()Indicates the ID for this specific recommendation.List<SdkField<?>>sdkFields()static Class<? extends GenerationSummary.Builder>serializableBuilderClass()GenerationSummary.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
-
recommendationId
public final String recommendationId()
Indicates the ID for this specific recommendation.
- Returns:
- Indicates the ID for this specific recommendation.
-
generationStatus
public final GenerationStatus generationStatus()
Indicates whether the recommendation generation succeeded, is processing, or failed.
If the service returns an enum value that is not available in the current SDK version,
generationStatuswill returnGenerationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgenerationStatusAsString().- Returns:
- Indicates whether the recommendation generation succeeded, is processing, or failed.
- See Also:
GenerationStatus
-
generationStatusAsString
public final String generationStatusAsString()
Indicates whether the recommendation generation succeeded, is processing, or failed.
If the service returns an enum value that is not available in the current SDK version,
generationStatuswill returnGenerationStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgenerationStatusAsString().- Returns:
- Indicates whether the recommendation generation succeeded, is processing, or failed.
- See Also:
GenerationStatus
-
generationStartedTime
public final String generationStartedTime()
Indicates the start time of the recommendation generation.
- Returns:
- Indicates the start time of the recommendation generation.
-
generationCompletionTime
public final String generationCompletionTime()
Indicates the completion time of the recommendation generation.
- Returns:
- Indicates the completion time of the recommendation generation.
-
estimatedCompletionTime
public final String estimatedCompletionTime()
Indicates the estimated time for when the recommendation generation will complete.
- Returns:
- Indicates the estimated time for when the recommendation generation will complete.
-
toBuilder
public GenerationSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GenerationSummary.Builder,GenerationSummary>
-
builder
public static GenerationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends GenerationSummary.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.
-
-