Class ListIpRoutesRequest

    • Method Detail

      • directoryId

        public final String directoryId()

        Identifier (ID) of the directory for which you want to retrieve the IP addresses.

        Returns:
        Identifier (ID) of the directory for which you want to retrieve the IP addresses.
      • nextToken

        public final String nextToken()

        The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.

        Returns:
        The ListIpRoutes.NextToken value from a previous call to ListIpRoutes. Pass null if this is the first call.
      • limit

        public final Integer limit()

        Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.

        Returns:
        Maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.
      • 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