@Generated(value="software.amazon.awssdk:codegen") public final class AssociateSourceGraphqlApiRequest extends AppSyncRequest implements ToCopyableBuilder<AssociateSourceGraphqlApiRequest.Builder,AssociateSourceGraphqlApiRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssociateSourceGraphqlApiRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AssociateSourceGraphqlApiRequest.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 |
mergedApiIdentifier()
The identifier of the AppSync Merged API.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssociateSourceGraphqlApiRequest.Builder> |
serializableBuilderClass() |
SourceApiAssociationConfig |
sourceApiAssociationConfig()
The
SourceApiAssociationConfig object data. |
String |
sourceApiIdentifier()
The identifier of the AppSync Source API.
|
AssociateSourceGraphqlApiRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String mergedApiIdentifier()
The identifier of the AppSync Merged API. This is generated by the AppSync service. In most cases, Merged APIs (especially in your account) only require the API ID value or ARN of the merged API. However, Merged APIs in other accounts (cross-account use cases) strictly require the full resource ARN of the merged API.
public final String sourceApiIdentifier()
The identifier of the AppSync Source API. This is generated by the AppSync service. In most cases, source APIs (especially in your account) only require the API ID value or ARN of the source API. However, source APIs from other accounts (cross-account use cases) strictly require the full resource ARN of the source API.
public final String description()
The description field.
public final SourceApiAssociationConfig sourceApiAssociationConfig()
The SourceApiAssociationConfig object data.
SourceApiAssociationConfig object data.public AssociateSourceGraphqlApiRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssociateSourceGraphqlApiRequest.Builder,AssociateSourceGraphqlApiRequest>toBuilder in class AppSyncRequestpublic static AssociateSourceGraphqlApiRequest.Builder builder()
public static Class<? extends AssociateSourceGraphqlApiRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.