Class DescribeHomeRegionControlsRequest

    • Method Detail

      • controlId

        public final String controlId()

        The ControlID is a unique identifier string of your HomeRegionControl object.

        Returns:
        The ControlID is a unique identifier string of your HomeRegionControl object.
      • homeRegion

        public final String homeRegion()

        The name of the home region you'd like to view.

        Returns:
        The name of the home region you'd like to view.
      • target

        public final Target target()

        The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT. It applies the home region to the current ACCOUNT.

        Returns:
        The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT. It applies the home region to the current ACCOUNT.
      • maxResults

        public final Integer maxResults()

        The maximum number of filtering results to display per page.

        Returns:
        The maximum number of filtering results to display per page.
      • nextToken

        public final String nextToken()

        If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.

        Returns:
        If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.
      • 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