@Generated(value="software.amazon.awssdk:codegen") public final class GraphQLRenderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig>
Describes the GraphQL configuration for an API for a code generation job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GraphQLRenderConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLRenderConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fragmentsFilePath()
The path to the GraphQL fragments file, relative to the component output directory.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mutationsFilePath()
The path to the GraphQL mutations file, relative to the component output directory.
|
String |
queriesFilePath()
The path to the GraphQL queries file, relative to the component output directory.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GraphQLRenderConfig.Builder> |
serializableBuilderClass() |
String |
subscriptionsFilePath()
The path to the GraphQL subscriptions file, relative to the component output directory.
|
GraphQLRenderConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
typesFilePath()
The path to the GraphQL types file, relative to the component output directory.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String typesFilePath()
The path to the GraphQL types file, relative to the component output directory.
public final String queriesFilePath()
The path to the GraphQL queries file, relative to the component output directory.
public final String mutationsFilePath()
The path to the GraphQL mutations file, relative to the component output directory.
public final String subscriptionsFilePath()
The path to the GraphQL subscriptions file, relative to the component output directory.
public final String fragmentsFilePath()
The path to the GraphQL fragments file, relative to the component output directory.
public GraphQLRenderConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig>public static GraphQLRenderConfig.Builder builder()
public static Class<? extends GraphQLRenderConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.