@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateMergedGraphqlApiRequest extends AppSyncRequest implements ToCopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateMergedGraphqlApiRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID generated by the AppSync service for the source API association.
|
static DisassociateMergedGraphqlApiRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateMergedGraphqlApiRequest.Builder> |
serializableBuilderClass() |
String |
sourceApiIdentifier()
The identifier of the AppSync Source API.
|
DisassociateMergedGraphqlApiRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 associationId()
The ID generated by the AppSync service for the source API association.
public DisassociateMergedGraphqlApiRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateMergedGraphqlApiRequest.Builder,DisassociateMergedGraphqlApiRequest>toBuilder in class AppSyncRequestpublic static DisassociateMergedGraphqlApiRequest.Builder builder()
public static Class<? extends DisassociateMergedGraphqlApiRequest.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.