@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerCertificateConfig extends Object implements Serializable, Cloneable, StructuredPojo
The server certificate configuration.
Constructor and Description |
---|
ServerCertificateConfig() |
Modifier and Type | Method and Description |
---|---|
ServerCertificateConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableOCSPCheck()
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is
enabled or not.
|
int |
hashCode() |
Boolean |
isEnableOCSPCheck()
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is
enabled or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableOCSPCheck(Boolean enableOCSPCheck)
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is
enabled or not.
|
String |
toString()
Returns a string representation of this object.
|
ServerCertificateConfig |
withEnableOCSPCheck(Boolean enableOCSPCheck)
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is
enabled or not.
|
public void setEnableOCSPCheck(Boolean enableOCSPCheck)
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
enableOCSPCheck
- A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check
is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
public Boolean getEnableOCSPCheck()
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
public ServerCertificateConfig withEnableOCSPCheck(Boolean enableOCSPCheck)
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
enableOCSPCheck
- A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check
is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
public Boolean isEnableOCSPCheck()
A Boolean value that indicates whether Online Certificate Status Protocol (OCSP) server certificate check is enabled or not.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
For more information, see Configuring OCSP server-certificate stapling in domain configuration from Amazon Web Services IoT Core Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public ServerCertificateConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.