Class ComponentSummary
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.ComponentSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ComponentSummary.Builder,ComponentSummary>
@Generated("software.amazon.awssdk:codegen") public final class ComponentSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentSummary.Builder,ComponentSummary>
Contains a summary of a component. This is a read-only data type that is returned by
ListComponents.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComponentSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringappId()The unique ID of the Amplify app associated with the component.static ComponentSummary.Builderbuilder()StringcomponentType()The component type.StringenvironmentName()The name of the backend environment that is a part of the Amplify app.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique ID of the component.Stringname()The name of the component.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ComponentSummary.Builder>serializableBuilderClass()ComponentSummary.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
-
appId
public final String appId()
The unique ID of the Amplify app associated with the component.
- Returns:
- The unique ID of the Amplify app associated with the component.
-
environmentName
public final String environmentName()
The name of the backend environment that is a part of the Amplify app.
- Returns:
- The name of the backend environment that is a part of the Amplify app.
-
id
public final String id()
The unique ID of the component.
- Returns:
- The unique ID of the component.
-
name
public final String name()
The name of the component.
- Returns:
- The name of the component.
-
componentType
public final String componentType()
The component type.
- Returns:
- The component type.
-
toBuilder
public ComponentSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ComponentSummary.Builder,ComponentSummary>
-
builder
public static ComponentSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends ComponentSummary.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
-
-