@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MappingRule extends Object implements Serializable, Cloneable, StructuredPojo
A single mapping entry for each supported specifier or sub-field.
Constructor and Description |
---|
MappingRule() |
Modifier and Type | Method and Description |
---|---|
MappingRule |
clone() |
boolean |
equals(Object obj) |
String |
getSpecifier()
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSpecifier(String specifier)
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
|
String |
toString()
Returns a string representation of this object.
|
MappingRule |
withSpecifier(String specifier)
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
|
public void setSpecifier(String specifier)
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
specifier
- Specifier within a certificate field, such as CN, OU, or UID from the Subject field.public String getSpecifier()
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
public MappingRule withSpecifier(String specifier)
Specifier within a certificate field, such as CN, OU, or UID from the Subject field.
specifier
- Specifier within a certificate field, such as CN, OU, or UID from the Subject field.public String toString()
toString
in class Object
Object.toString()
public MappingRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.