@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Qualifier extends Object implements Serializable, Cloneable, StructuredPojo
Defines a PolicyInformation qualifier. ACM Private CA supports the certification practice statement (CPS) qualifier
defined in RFC 5280.
| Constructor and Description |
|---|
Qualifier() |
| Modifier and Type | Method and Description |
|---|---|
Qualifier |
clone() |
boolean |
equals(Object obj) |
String |
getCpsUri()
Contains a pointer to a certification practice statement (CPS) published by the CA.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCpsUri(String cpsUri)
Contains a pointer to a certification practice statement (CPS) published by the CA.
|
String |
toString()
Returns a string representation of this object.
|
Qualifier |
withCpsUri(String cpsUri)
Contains a pointer to a certification practice statement (CPS) published by the CA.
|
public void setCpsUri(String cpsUri)
Contains a pointer to a certification practice statement (CPS) published by the CA.
cpsUri - Contains a pointer to a certification practice statement (CPS) published by the CA.public String getCpsUri()
Contains a pointer to a certification practice statement (CPS) published by the CA.
public Qualifier withCpsUri(String cpsUri)
Contains a pointer to a certification practice statement (CPS) published by the CA.
cpsUri - Contains a pointer to a certification practice statement (CPS) published by the CA.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.