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