Class ListInstancesRequest

    • Method Detail

      • serviceId

        public final String serviceId()

        The ID of the service that you want to list instances for.

        Returns:
        The ID of the service that you want to list instances for.
      • nextToken

        public final String nextToken()

        For the first ListInstances request, omit this value.

        If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

        Returns:
        For the first ListInstances request, omit this value.

        If more than MaxResults instances match the specified criteria, you can submit another ListInstances request to get the next group of results. Specify the value of NextToken from the previous response in the next request.

      • maxResults

        public final Integer maxResults()

        The maximum number of instances that you want Cloud Map to return in the response to a ListInstances request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 instances.

        Returns:
        The maximum number of instances that you want Cloud Map to return in the response to a ListInstances request. If you don't specify a value for MaxResults, Cloud Map returns up to 100 instances.
      • 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