JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudfront.model

Class ConflictingAlias

  • All Implemented Interfaces:
    Serializable, Cloneable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class ConflictingAlias
    extends Object
    implements Serializable, Cloneable 

    An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it's associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don't own.

    See Also:
    AWS API Documentation, Serialized Form
    • Constructor Detail

      • ConflictingAlias

        public ConflictingAlias()
    • Method Detail

      • setAlias

        public void setAlias(String alias)

        An alias (also called a CNAME).

        Parameters:
        alias - An alias (also called a CNAME).
      • getAlias

        public String getAlias()

        An alias (also called a CNAME).

        Returns:
        An alias (also called a CNAME).
      • withAlias

        public ConflictingAlias withAlias(String alias)

        An alias (also called a CNAME).

        Parameters:
        alias - An alias (also called a CNAME).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDistributionId

        public void setDistributionId(String distributionId)

        The (partially hidden) ID of the CloudFront distribution associated with the alias.

        Parameters:
        distributionId - The (partially hidden) ID of the CloudFront distribution associated with the alias.
      • getDistributionId

        public String getDistributionId()

        The (partially hidden) ID of the CloudFront distribution associated with the alias.

        Returns:
        The (partially hidden) ID of the CloudFront distribution associated with the alias.
      • withDistributionId

        public ConflictingAlias withDistributionId(String distributionId)

        The (partially hidden) ID of the CloudFront distribution associated with the alias.

        Parameters:
        distributionId - The (partially hidden) ID of the CloudFront distribution associated with the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAccountId

        public void setAccountId(String accountId)

        The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.

        Parameters:
        accountId - The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
      • getAccountId

        public String getAccountId()

        The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.

        Returns:
        The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
      • withAccountId

        public ConflictingAlias withAccountId(String accountId)

        The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.

        Parameters:
        accountId - The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /