@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
appId()
The unique ID of the Amplify app associated with the component.
|
static ComponentSummary.Builder |
builder() |
String |
componentType()
The component type.
|
String |
environmentName()
The name of the backend environment that is a part of the Amplify app.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The unique ID of the component.
|
String |
name()
The name of the component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ComponentSummary.Builder> |
serializableBuilderClass() |
ComponentSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String appId()
The unique ID of the Amplify app associated with the component.
public final String environmentName()
The name of the backend environment that is a part of the Amplify app.
public final String id()
The unique ID of the component.
public final String name()
The name of the component.
public final String componentType()
The component type.
public ComponentSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentSummary.Builder,ComponentSummary>public static ComponentSummary.Builder builder()
public static Class<? extends ComponentSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.