Class CloudFrontOriginAccessIdentitySummary

    • Constructor Detail

      • CloudFrontOriginAccessIdentitySummary

        public CloudFrontOriginAccessIdentitySummary()
    • Method Detail

      • setId

        public void setId​(String id)
        The ID for the origin access identity. For example: E74FTE3AJFJ256A.
        Parameters:
        id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.
      • getId

        public String getId()
        The ID for the origin access identity. For example: E74FTE3AJFJ256A.
        Returns:
        The ID for the origin access identity. For example: E74FTE3AJFJ256A.
      • withId

        public CloudFrontOriginAccessIdentitySummary withId​(String id)
        The ID for the origin access identity. For example: E74FTE3AJFJ256A.
        Parameters:
        id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setS3CanonicalUserId

        public void setS3CanonicalUserId​(String s3CanonicalUserId)
        The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
        Parameters:
        s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
      • getS3CanonicalUserId

        public String getS3CanonicalUserId()
        The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
        Returns:
        The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
      • withS3CanonicalUserId

        public CloudFrontOriginAccessIdentitySummary withS3CanonicalUserId​(String s3CanonicalUserId)
        The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
        Parameters:
        s3CanonicalUserId - The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setComment

        public void setComment​(String comment)
        The comment for this origin access identity, as originally specified when created.
        Parameters:
        comment - The comment for this origin access identity, as originally specified when created.
      • getComment

        public String getComment()
        The comment for this origin access identity, as originally specified when created.
        Returns:
        The comment for this origin access identity, as originally specified when created.
      • withComment

        public CloudFrontOriginAccessIdentitySummary withComment​(String comment)
        The comment for this origin access identity, as originally specified when created.
        Parameters:
        comment - The comment for this origin access identity, as originally specified when created.
        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; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object