@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
GraphqlApi object. |
int |
hashCode() |
void |
setGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
String |
toString()
Returns a string representation of this object.
|
GetGraphqlApiResult |
withGraphqlApi(GraphqlApi graphqlApi)
The
GraphqlApi object. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public GetGraphqlApiResult clone()