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