@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomAttribute extends Object implements Serializable, Cloneable, StructuredPojo
Defines the X.500 relative distinguished name (RDN).
Constructor and Description |
---|
CustomAttribute() |
Modifier and Type | Method and Description |
---|---|
CustomAttribute |
clone() |
boolean |
equals(Object obj) |
String |
getObjectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
String |
getValue()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
void |
setValue(String value)
|
String |
toString()
Returns a string representation of this object.
|
CustomAttribute |
withObjectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
CustomAttribute |
withValue(String value)
|
public void setObjectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
objectIdentifier
- Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).public String getObjectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
public CustomAttribute withObjectIdentifier(String objectIdentifier)
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
objectIdentifier
- Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).public void setValue(String value)
Specifies the attribute value of relative distinguished name (RDN).
value
- Specifies the attribute value of relative distinguished name (RDN).
public String getValue()
Specifies the attribute value of relative distinguished name (RDN).
Specifies the attribute value of relative distinguished name (RDN).
public CustomAttribute withValue(String value)
Specifies the attribute value of relative distinguished name (RDN).
value
- Specifies the attribute value of relative distinguished name (RDN).
public String toString()
toString
in class Object
Object.toString()
public CustomAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.