Class SourceApiAssociationSummary
- java.lang.Object
-
- software.amazon.awssdk.services.appsync.model.SourceApiAssociationSummary
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SourceApiAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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
-
associationId
public final String associationId()
The ID generated by the AppSync service for the source API association.
- Returns:
- The ID generated by the AppSync service for the source API association.
-
associationArn
public final String associationArn()
The Amazon Resource Name (ARN) of the source API association.
- Returns:
- The Amazon Resource Name (ARN) of the source API association.
-
sourceApiId
public final String sourceApiId()
The ID of the AppSync source API.
- Returns:
- The ID of the AppSync source API.
-
sourceApiArn
public final String sourceApiArn()
The Amazon Resource Name (ARN) of the AppSync Source API.
- Returns:
- The Amazon Resource Name (ARN) of the AppSync Source API.
-
mergedApiId
public final String mergedApiId()
The ID of the AppSync Merged API.
- Returns:
- The ID of the AppSync Merged API.
-
mergedApiArn
public final String mergedApiArn()
The Amazon Resource Name (ARN) of the AppSync Merged API.
- Returns:
- The Amazon Resource Name (ARN) of the AppSync Merged API.
-
description
public final String description()
The description field.
- Returns:
- The description field.
-
toBuilder
public SourceApiAssociationSummary.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<SourceApiAssociationSummary.Builder,SourceApiAssociationSummary>
-
builder
public static SourceApiAssociationSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends SourceApiAssociationSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-