@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateGraphqlApiResult clone()
Copyright © 2023. All rights reserved.