Class ListConflictingAliasesRequest

    • Method Detail

      • distributionId

        public final String distributionId()

        The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.

        Returns:
        The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.
      • alias

        public final String alias()

        The alias (also called a CNAME) to search for conflicting aliases.

        Returns:
        The alias (also called a CNAME) to search for conflicting aliases.
      • marker

        public final String marker()

        Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.

        Returns:
        Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The response includes conflicting aliases in the list that occur after the marker. To get the next page of the list, set this field's value to the value of NextMarker from the current page's response.
      • maxItems

        public final Integer maxItems()

        The maximum number of conflicting aliases that you want in the response.

        Returns:
        The maximum number of conflicting aliases that you want in the response.
      • 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