@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetGraphqlApiResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetGraphqlApiResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetGraphqlApiResult | clone() | 
| boolean | equals(Object obj) | 
| GraphqlApi | getGraphqlApi()
 The  GraphqlApiobject. | 
| int | hashCode() | 
| void | setGraphqlApi(GraphqlApi graphqlApi)
 The  GraphqlApiobject. | 
| String | toString()Returns a string representation of this object. | 
| GetGraphqlApiResult | withGraphqlApi(GraphqlApi graphqlApi)
 The  GraphqlApiobject. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGraphqlApi(GraphqlApi graphqlApi)
 The GraphqlApi object.
 
graphqlApi - The GraphqlApi object.public GraphqlApi getGraphqlApi()
 The GraphqlApi object.
 
GraphqlApi object.public GetGraphqlApiResult withGraphqlApi(GraphqlApi graphqlApi)
 The GraphqlApi object.
 
graphqlApi - The GraphqlApi object.public String toString()
toString in class ObjectObject.toString()public GetGraphqlApiResult clone()