@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsCertificateManagerCertificateOptions extends Object implements Serializable, Cloneable, StructuredPojo
Contains other options for the certificate.
Constructor and Description |
---|
AwsCertificateManagerCertificateOptions() |
Modifier and Type | Method and Description |
---|---|
AwsCertificateManagerCertificateOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateTransparencyLoggingPreference()
Whether to add the certificate to a transparency log.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
Whether to add the certificate to a transparency log.
|
String |
toString()
Returns a string representation of this object.
|
AwsCertificateManagerCertificateOptions |
withCertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
Whether to add the certificate to a transparency log.
|
public AwsCertificateManagerCertificateOptions()
public void setCertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
Whether to add the certificate to a transparency log.
Valid values: DISABLED
| ENABLED
certificateTransparencyLoggingPreference
- Whether to add the certificate to a transparency log.
Valid values: DISABLED
| ENABLED
public String getCertificateTransparencyLoggingPreference()
Whether to add the certificate to a transparency log.
Valid values: DISABLED
| ENABLED
Valid values: DISABLED
| ENABLED
public AwsCertificateManagerCertificateOptions withCertificateTransparencyLoggingPreference(String certificateTransparencyLoggingPreference)
Whether to add the certificate to a transparency log.
Valid values: DISABLED
| ENABLED
certificateTransparencyLoggingPreference
- Whether to add the certificate to a transparency log.
Valid values: DISABLED
| ENABLED
public String toString()
toString
in class Object
Object.toString()
public AwsCertificateManagerCertificateOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.