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