@Generated(value="software.amazon.awssdk:codegen") public final class StartSchemaMergeRequest extends AppSyncRequest implements ToCopyableBuilder<StartSchemaMergeRequest.Builder,StartSchemaMergeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartSchemaMergeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
associationId()
The ID generated by the AppSync service for the source API association.
|
static StartSchemaMergeRequest.Builder |
builder() |
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 StartSchemaMergeRequest.Builder> |
serializableBuilderClass() |
StartSchemaMergeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, 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 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 StartSchemaMergeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartSchemaMergeRequest.Builder,StartSchemaMergeRequest>toBuilder in class AppSyncRequestpublic static StartSchemaMergeRequest.Builder builder()
public static Class<? extends StartSchemaMergeRequest.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.