public class ViewerCertificate
extends java.lang.Object
implements java.io.Serializable
A complex type that contains information about viewer certificates for this distribution.
| コンストラクタと説明 |
|---|
ViewerCertificate() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getCloudFrontDefaultCertificate()
Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution.
|
java.lang.String |
getIAMCertificateId()
The IAM certificate identifier of the custom viewer certificate for
this distribution.
|
int |
hashCode() |
java.lang.Boolean |
isCloudFrontDefaultCertificate()
Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution.
|
void |
setCloudFrontDefaultCertificate(java.lang.Boolean cloudFrontDefaultCertificate)
Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution.
|
void |
setIAMCertificateId(java.lang.String iAMCertificateId)
The IAM certificate identifier of the custom viewer certificate for
this distribution.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ViewerCertificate |
withCloudFrontDefaultCertificate(java.lang.Boolean cloudFrontDefaultCertificate)
Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution.
|
ViewerCertificate |
withIAMCertificateId(java.lang.String iAMCertificateId)
The IAM certificate identifier of the custom viewer certificate for
this distribution.
|
public java.lang.String getIAMCertificateId()
public void setIAMCertificateId(java.lang.String iAMCertificateId)
iAMCertificateId - The IAM certificate identifier of the custom viewer certificate for
this distribution.public ViewerCertificate withIAMCertificateId(java.lang.String iAMCertificateId)
Returns a reference to this object so that method calls can be chained together.
iAMCertificateId - The IAM certificate identifier of the custom viewer certificate for
this distribution.public java.lang.Boolean isCloudFrontDefaultCertificate()
public void setCloudFrontDefaultCertificate(java.lang.Boolean cloudFrontDefaultCertificate)
cloudFrontDefaultCertificate - Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution. Omit this value if you are setting
an IAMCertificateId.public ViewerCertificate withCloudFrontDefaultCertificate(java.lang.Boolean cloudFrontDefaultCertificate)
Returns a reference to this object so that method calls can be chained together.
cloudFrontDefaultCertificate - Set to true if you want to use the default *.cloudfront.net viewer
certificate for this distribution. Omit this value if you are setting
an IAMCertificateId.public java.lang.Boolean getCloudFrontDefaultCertificate()
public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object