@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppSyncParameters extends Object implements Serializable, Cloneable, StructuredPojo
Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.
Constructor and Description |
---|
AppSyncParameters() |
Modifier and Type | Method and Description |
---|---|
AppSyncParameters |
clone() |
boolean |
equals(Object obj) |
String |
getGraphQLOperation()
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL
service.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setGraphQLOperation(String graphQLOperation)
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL
service.
|
String |
toString()
Returns a string representation of this object.
|
AppSyncParameters |
withGraphQLOperation(String graphQLOperation)
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL
service.
|
public void setGraphQLOperation(String graphQLOperation)
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
For more information, see Operations in the AppSync User Guide.
graphQLOperation
- The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the
GraphQL service.
For more information, see Operations in the AppSync User Guide.
public String getGraphQLOperation()
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
For more information, see Operations in the AppSync User Guide.
For more information, see Operations in the AppSync User Guide.
public AppSyncParameters withGraphQLOperation(String graphQLOperation)
The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.
For more information, see Operations in the AppSync User Guide.
graphQLOperation
- The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the
GraphQL service.
For more information, see Operations in the AppSync User Guide.
public String toString()
toString
in class Object
Object.toString()
public AppSyncParameters clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.