Class BusinessGoals
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.BusinessGoals
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BusinessGoals.Builder,BusinessGoals>
@Generated("software.amazon.awssdk:codegen") public final class BusinessGoals extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BusinessGoals.Builder,BusinessGoals>
Business goals that you specify.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBusinessGoals.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BusinessGoals.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegerlicenseCostReduction()Business goal to reduce license costs.IntegermodernizeInfrastructureWithCloudNativeTechnologies()Business goal to modernize infrastructure by moving to cloud native technologies.IntegerreduceOperationalOverheadWithManagedServices()Business goal to reduce the operational overhead on the team by moving into managed services.List<SdkField<?>>sdkFields()static Class<? extends BusinessGoals.Builder>serializableBuilderClass()IntegerspeedOfMigration()Business goal to achieve migration at a fast pace.BusinessGoals.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
-
licenseCostReduction
public final Integer licenseCostReduction()
Business goal to reduce license costs.
- Returns:
- Business goal to reduce license costs.
-
modernizeInfrastructureWithCloudNativeTechnologies
public final Integer modernizeInfrastructureWithCloudNativeTechnologies()
Business goal to modernize infrastructure by moving to cloud native technologies.
- Returns:
- Business goal to modernize infrastructure by moving to cloud native technologies.
-
reduceOperationalOverheadWithManagedServices
public final Integer reduceOperationalOverheadWithManagedServices()
Business goal to reduce the operational overhead on the team by moving into managed services.
- Returns:
- Business goal to reduce the operational overhead on the team by moving into managed services.
-
speedOfMigration
public final Integer speedOfMigration()
Business goal to achieve migration at a fast pace.
- Returns:
- Business goal to achieve migration at a fast pace.
-
toBuilder
public BusinessGoals.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BusinessGoals.Builder,BusinessGoals>
-
builder
public static BusinessGoals.Builder builder()
-
serializableBuilderClass
public static Class<? extends BusinessGoals.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.
-
-