@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GraphQLRenderConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the GraphQL configuration for an API for a code generation job.
Constructor and Description |
---|
GraphQLRenderConfig() |
Modifier and Type | Method and Description |
---|---|
GraphQLRenderConfig |
clone() |
boolean |
equals(Object obj) |
String |
getFragmentsFilePath()
The path to the GraphQL fragments file, relative to the component output directory.
|
String |
getMutationsFilePath()
The path to the GraphQL mutations file, relative to the component output directory.
|
String |
getQueriesFilePath()
The path to the GraphQL queries file, relative to the component output directory.
|
String |
getSubscriptionsFilePath()
The path to the GraphQL subscriptions file, relative to the component output directory.
|
String |
getTypesFilePath()
The path to the GraphQL types file, relative to the component output directory.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
|
void |
setMutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
|
void |
setQueriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
|
void |
setSubscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
|
void |
setTypesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
|
String |
toString()
Returns a string representation of this object.
|
GraphQLRenderConfig |
withFragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
|
GraphQLRenderConfig |
withMutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
|
GraphQLRenderConfig |
withQueriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
|
GraphQLRenderConfig |
withSubscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
|
GraphQLRenderConfig |
withTypesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
|
public void setTypesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
typesFilePath
- The path to the GraphQL types file, relative to the component output directory.public String getTypesFilePath()
The path to the GraphQL types file, relative to the component output directory.
public GraphQLRenderConfig withTypesFilePath(String typesFilePath)
The path to the GraphQL types file, relative to the component output directory.
typesFilePath
- The path to the GraphQL types file, relative to the component output directory.public void setQueriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
queriesFilePath
- The path to the GraphQL queries file, relative to the component output directory.public String getQueriesFilePath()
The path to the GraphQL queries file, relative to the component output directory.
public GraphQLRenderConfig withQueriesFilePath(String queriesFilePath)
The path to the GraphQL queries file, relative to the component output directory.
queriesFilePath
- The path to the GraphQL queries file, relative to the component output directory.public void setMutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
mutationsFilePath
- The path to the GraphQL mutations file, relative to the component output directory.public String getMutationsFilePath()
The path to the GraphQL mutations file, relative to the component output directory.
public GraphQLRenderConfig withMutationsFilePath(String mutationsFilePath)
The path to the GraphQL mutations file, relative to the component output directory.
mutationsFilePath
- The path to the GraphQL mutations file, relative to the component output directory.public void setSubscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
subscriptionsFilePath
- The path to the GraphQL subscriptions file, relative to the component output directory.public String getSubscriptionsFilePath()
The path to the GraphQL subscriptions file, relative to the component output directory.
public GraphQLRenderConfig withSubscriptionsFilePath(String subscriptionsFilePath)
The path to the GraphQL subscriptions file, relative to the component output directory.
subscriptionsFilePath
- The path to the GraphQL subscriptions file, relative to the component output directory.public void setFragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
fragmentsFilePath
- The path to the GraphQL fragments file, relative to the component output directory.public String getFragmentsFilePath()
The path to the GraphQL fragments file, relative to the component output directory.
public GraphQLRenderConfig withFragmentsFilePath(String fragmentsFilePath)
The path to the GraphQL fragments file, relative to the component output directory.
fragmentsFilePath
- The path to the GraphQL fragments file, relative to the component output directory.public String toString()
toString
in class Object
Object.toString()
public GraphQLRenderConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.