@Generated(value="software.amazon.awssdk:codegen") public final class SourceApiAssociationSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
Describes the ARNs and IDs of associations, Merged APIs, and source APIs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SourceApiAssociationSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationArn()
The Amazon Resource Name (ARN) of the source API association.
|
String |
associationId()
The ID generated by the AppSync service for the source API association.
|
static SourceApiAssociationSummary.Builder |
builder() |
String |
description()
The description field.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mergedApiArn()
The Amazon Resource Name (ARN) of the AppSync Merged API.
|
String |
mergedApiId()
The ID of the AppSync Merged API.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SourceApiAssociationSummary.Builder> |
serializableBuilderClass() |
String |
sourceApiArn()
The Amazon Resource Name (ARN) of the AppSync Source API.
|
String |
sourceApiId()
The ID of the AppSync source API.
|
SourceApiAssociationSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String associationId()
The ID generated by the AppSync service for the source API association.
public final String associationArn()
The Amazon Resource Name (ARN) of the source API association.
public final String sourceApiId()
The ID of the AppSync source API.
public final String sourceApiArn()
The Amazon Resource Name (ARN) of the AppSync Source API.
public final String mergedApiId()
The ID of the AppSync Merged API.
public final String mergedApiArn()
The Amazon Resource Name (ARN) of the AppSync Merged API.
public final String description()
The description field.
public SourceApiAssociationSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>public static SourceApiAssociationSummary.Builder builder()
public static Class<? extends SourceApiAssociationSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.