@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClientCertAuthSettings extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the client certificate authentication settings for the RegisterCertificate
and DescribeCertificate
operations.
Constructor and Description |
---|
ClientCertAuthSettings() |
Modifier and Type | Method and Description |
---|---|
ClientCertAuthSettings |
clone() |
boolean |
equals(Object obj) |
String |
getOCSPUrl()
Specifies the URL of the default OCSP server used to check for revocation status.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOCSPUrl(String oCSPUrl)
Specifies the URL of the default OCSP server used to check for revocation status.
|
String |
toString()
Returns a string representation of this object.
|
ClientCertAuthSettings |
withOCSPUrl(String oCSPUrl)
Specifies the URL of the default OCSP server used to check for revocation status.
|
public void setOCSPUrl(String oCSPUrl)
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
oCSPUrl
- Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any
OCSP address found in the AIA extension of the user certificate.public String getOCSPUrl()
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
public ClientCertAuthSettings withOCSPUrl(String oCSPUrl)
Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any OCSP address found in the AIA extension of the user certificate.
oCSPUrl
- Specifies the URL of the default OCSP server used to check for revocation status. A secondary value to any
OCSP address found in the AIA extension of the user certificate.public String toString()
toString
in class Object
Object.toString()
public ClientCertAuthSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.