Class ListGraphqlApisRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

        Returns:
        An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.
      • maxResults

        public final Integer maxResults()

        The maximum number of results that you want the request to return.

        Returns:
        The maximum number of results that you want the request to return.
      • apiType

        public final GraphQLApiType apiType()

        The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API ( MERGED).

        If the service returns an enum value that is not available in the current SDK version, apiType will return GraphQLApiType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from apiTypeAsString().

        Returns:
        The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API ( MERGED).
        See Also:
        GraphQLApiType
      • apiTypeAsString

        public final String apiTypeAsString()

        The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API ( MERGED).

        If the service returns an enum value that is not available in the current SDK version, apiType will return GraphQLApiType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from apiTypeAsString().

        Returns:
        The value that indicates whether the GraphQL API is a standard API (GRAPHQL) or merged API ( MERGED).
        See Also:
        GraphQLApiType
      • owner

        public final Ownership owner()

        The account owner of the GraphQL API.

        If the service returns an enum value that is not available in the current SDK version, owner will return Ownership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from ownerAsString().

        Returns:
        The account owner of the GraphQL API.
        See Also:
        Ownership
      • ownerAsString

        public final String ownerAsString()

        The account owner of the GraphQL API.

        If the service returns an enum value that is not available in the current SDK version, owner will return Ownership.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from ownerAsString().

        Returns:
        The account owner of the GraphQL API.
        See Also:
        Ownership
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object