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 interfaceSourceApiAssociationSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationArn()The Amazon Resource Name (ARN) of the source API association.StringassociationId()The ID generated by the AppSync service for the source API association.static SourceApiAssociationSummary.Builderbuilder()Stringdescription()The description field.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmergedApiArn()The Amazon Resource Name (ARN) of the AppSync Merged API.StringmergedApiId()The ID of the AppSync Merged API.List<SdkField<?>>sdkFields()static Class<? extends SourceApiAssociationSummary.Builder>serializableBuilderClass()StringsourceApiArn()The Amazon Resource Name (ARN) of the AppSync Source API.StringsourceApiId()The ID of the AppSync source API.SourceApiAssociationSummary.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
-
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:
toBuilderin 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:
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.
-
-