@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Qualifier extends Object implements Serializable, Cloneable, StructuredPojo
Defines a PolicyInformation qualifier. Amazon Web Services 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)
Marshalls this structured data using the given
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.