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