Class ApplicationComponentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.migrationhubstrategy.model.ApplicationComponentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ApplicationComponentSummary.Builder,ApplicationComponentSummary>
@Generated("software.amazon.awssdk:codegen") public final class ApplicationComponentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationComponentSummary.Builder,ApplicationComponentSummary>
Contains the summary of application components.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceApplicationComponentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AppTypeappType()Contains the name of application types.StringappTypeAsString()Contains the name of application types.static ApplicationComponentSummary.Builderbuilder()Integercount()Contains the count of application type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ApplicationComponentSummary.Builder>serializableBuilderClass()ApplicationComponentSummary.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
-
appType
public final AppType appType()
Contains the name of application types.
If the service returns an enum value that is not available in the current SDK version,
appTypewill returnAppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappTypeAsString().- Returns:
- Contains the name of application types.
- See Also:
AppType
-
appTypeAsString
public final String appTypeAsString()
Contains the name of application types.
If the service returns an enum value that is not available in the current SDK version,
appTypewill returnAppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromappTypeAsString().- Returns:
- Contains the name of application types.
- See Also:
AppType
-
count
public final Integer count()
Contains the count of application type.
- Returns:
- Contains the count of application type.
-
toBuilder
public ApplicationComponentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ApplicationComponentSummary.Builder,ApplicationComponentSummary>
-
builder
public static ApplicationComponentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ApplicationComponentSummary.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
-
-