@Generated(value="software.amazon.awssdk:codegen") public final class BusinessGoals extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BusinessGoals.Builder,BusinessGoals>
Business goals that you specify.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BusinessGoals.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BusinessGoals.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
licenseCostReduction()
Business goal to reduce license costs.
|
Integer |
modernizeInfrastructureWithCloudNativeTechnologies()
Business goal to modernize infrastructure by moving to cloud native technologies.
|
Integer |
reduceOperationalOverheadWithManagedServices()
Business goal to reduce the operational overhead on the team by moving into managed services.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BusinessGoals.Builder> |
serializableBuilderClass() |
Integer |
speedOfMigration()
Business goal to achieve migration at a fast pace.
|
BusinessGoals.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer licenseCostReduction()
Business goal to reduce license costs.
public final Integer modernizeInfrastructureWithCloudNativeTechnologies()
Business goal to modernize infrastructure by moving to cloud native technologies.
public final Integer reduceOperationalOverheadWithManagedServices()
Business goal to reduce the operational overhead on the team by moving into managed services.
public final Integer speedOfMigration()
Business goal to achieve migration at a fast pace.
public BusinessGoals.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BusinessGoals.Builder,BusinessGoals>public static BusinessGoals.Builder builder()
public static Class<? extends BusinessGoals.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.