@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ActiveDirectoryComputerAttribute extends Object implements Serializable, Cloneable, StructuredPojo
An LDAP attribute of an Active Directory computer account, in the form of a name:value pair.
| Constructor and Description | 
|---|
| ActiveDirectoryComputerAttribute() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActiveDirectoryComputerAttribute | clone() | 
| boolean | equals(Object obj) | 
| String | getName()
 The name for the LDAP attribute. | 
| String | getValue()
 The value for the LDAP attribute. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setName(String name)
 The name for the LDAP attribute. | 
| void | setValue(String value)
 The value for the LDAP attribute. | 
| String | toString()Returns a string representation of this object. | 
| ActiveDirectoryComputerAttribute | withName(String name)
 The name for the LDAP attribute. | 
| ActiveDirectoryComputerAttribute | withValue(String value)
 The value for the LDAP attribute. | 
public void setName(String name)
The name for the LDAP attribute.
name - The name for the LDAP attribute.public String getName()
The name for the LDAP attribute.
public ActiveDirectoryComputerAttribute withName(String name)
The name for the LDAP attribute.
name - The name for the LDAP attribute.public void setValue(String value)
The value for the LDAP attribute.
value - The value for the LDAP attribute.public String getValue()
The value for the LDAP attribute.
public ActiveDirectoryComputerAttribute withValue(String value)
The value for the LDAP attribute.
value - The value for the LDAP attribute.public String toString()
toString in class ObjectObject.toString()public ActiveDirectoryComputerAttribute clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.