Class GraphQLRenderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.amplifyuibuilder.model.GraphQLRenderConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGraphQLRenderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphQLRenderConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfragmentsFilePath()The path to the GraphQL fragments file, relative to the component output directory.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmutationsFilePath()The path to the GraphQL mutations file, relative to the component output directory.StringqueriesFilePath()The path to the GraphQL queries file, relative to the component output directory.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GraphQLRenderConfig.Builder>serializableBuilderClass()StringsubscriptionsFilePath()The path to the GraphQL subscriptions file, relative to the component output directory.GraphQLRenderConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtypesFilePath()The path to the GraphQL types file, relative to the component output directory.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
typesFilePath
public final String typesFilePath()
The path to the GraphQL types file, relative to the component output directory.
- Returns:
- The path to the GraphQL types file, relative to the component output directory.
-
queriesFilePath
public final String queriesFilePath()
The path to the GraphQL queries file, relative to the component output directory.
- Returns:
- The path to the GraphQL queries file, relative to the component output directory.
-
mutationsFilePath
public final String mutationsFilePath()
The path to the GraphQL mutations file, relative to the component output directory.
- Returns:
- The path to the GraphQL mutations file, relative to the component output directory.
-
subscriptionsFilePath
public final String subscriptionsFilePath()
The path to the GraphQL subscriptions file, relative to the component output directory.
- Returns:
- The path to the GraphQL subscriptions file, relative to the component output directory.
-
fragmentsFilePath
public final String fragmentsFilePath()
The path to the GraphQL fragments file, relative to the component output directory.
- Returns:
- The path to the GraphQL fragments file, relative to the component output directory.
-
toBuilder
public GraphQLRenderConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GraphQLRenderConfig.Builder,GraphQLRenderConfig>
-
builder
public static GraphQLRenderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends GraphQLRenderConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-