@Generated(value="software.amazon.awssdk:codegen") public final class ApplicationComponentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ApplicationComponentSummary.Builder,ApplicationComponentSummary>
Contains the summary of application components.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationComponentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
AppType |
appType()
Contains the name of application types.
|
String |
appTypeAsString()
Contains the name of application types.
|
static ApplicationComponentSummary.Builder |
builder() |
Integer |
count()
Contains the count of application type.
|
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 ApplicationComponentSummary.Builder> |
serializableBuilderClass() |
ApplicationComponentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic 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, appType will
return AppType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
appTypeAsString().
AppTypepublic final Integer count()
Contains the count of application type.
public ApplicationComponentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ApplicationComponentSummary.Builder,ApplicationComponentSummary>public static ApplicationComponentSummary.Builder builder()
public static Class<? extends ApplicationComponentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.