@Generated(value="software.amazon.awssdk:codegen") public final class StrategySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StrategySummary.Builder,StrategySummary>
Object containing the summary of the strategy recommendations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StrategySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StrategySummary.Builder |
builder() |
Integer |
count()
The count of recommendations per strategy.
|
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 StrategySummary.Builder> |
serializableBuilderClass() |
Strategy |
strategy()
The name of recommended strategy.
|
String |
strategyAsString()
The name of recommended strategy.
|
StrategySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer count()
The count of recommendations per strategy.
public final Strategy strategy()
The name of 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 name of 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 StrategySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StrategySummary.Builder,StrategySummary>public static StrategySummary.Builder builder()
public static Class<? extends StrategySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.