Class Attribute
java.lang.Object
com.amazonaws.services.directory.model.Attribute
- All Implemented Interfaces:
Serializable, Cloneable
Represents a named directory attribute.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of the attribute.getValue()The value of the attribute.inthashCode()voidThe name of the attribute.voidThe value of the attribute.toString()Returns a string representation of this object; useful for testing and debugging.The name of the attribute.The value of the attribute.
-
Constructor Details
-
Attribute
public Attribute()
-
-
Method Details
-
setName
The name of the attribute.
- Parameters:
name- The name of the attribute.
-
getName
-
withName
-
setValue
The value of the attribute.
- Parameters:
value- The value of the attribute.
-
getValue
-
withValue
-
toString
-
equals
-
hashCode
-
clone
-