@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListGraphqlApisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListGraphqlApisResult() |
| Modifier and Type | Method and Description |
|---|---|
ListGraphqlApisResult |
clone() |
boolean |
equals(Object obj) |
List<GraphqlApi> |
getGraphqlApis()
The
GraphqlApi objects. |
String |
getNextToken()
An identifier to pass in the next request to this operation to return the next set of items in the list.
|
int |
hashCode() |
void |
setGraphqlApis(Collection<GraphqlApi> graphqlApis)
The
GraphqlApi objects. |
void |
setNextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
|
String |
toString()
Returns a string representation of this object.
|
ListGraphqlApisResult |
withGraphqlApis(Collection<GraphqlApi> graphqlApis)
The
GraphqlApi objects. |
ListGraphqlApisResult |
withGraphqlApis(GraphqlApi... graphqlApis)
The
GraphqlApi objects. |
ListGraphqlApisResult |
withNextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<GraphqlApi> getGraphqlApis()
The GraphqlApi objects.
GraphqlApi objects.public void setGraphqlApis(Collection<GraphqlApi> graphqlApis)
The GraphqlApi objects.
graphqlApis - The GraphqlApi objects.public ListGraphqlApisResult withGraphqlApis(GraphqlApi... graphqlApis)
The GraphqlApi objects.
NOTE: This method appends the values to the existing list (if any). Use
setGraphqlApis(java.util.Collection) or withGraphqlApis(java.util.Collection) if you want to
override the existing values.
graphqlApis - The GraphqlApi objects.public ListGraphqlApisResult withGraphqlApis(Collection<GraphqlApi> graphqlApis)
The GraphqlApi objects.
graphqlApis - The GraphqlApi objects.public void setNextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to pass in the next request to this operation to return the next set of items in the list.public String getNextToken()
An identifier to pass in the next request to this operation to return the next set of items in the list.
public ListGraphqlApisResult withNextToken(String nextToken)
An identifier to pass in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to pass in the next request to this operation to return the next set of items in the list.public String toString()
toString in class ObjectObject.toString()public ListGraphqlApisResult clone()