@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttributeItem extends Object implements Serializable, Cloneable, StructuredPojo
The details of a single attribute item specified in the mathematical expression.
Constructor and Description |
---|
AttributeItem() |
Modifier and Type | Method and Description |
---|---|
AttributeItem |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of an attribute defined in a profile object type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of an attribute defined in a profile object type.
|
String |
toString()
Returns a string representation of this object.
|
AttributeItem |
withName(String name)
The name of an attribute defined in a profile object type.
|
public void setName(String name)
The name of an attribute defined in a profile object type.
name
- The name of an attribute defined in a profile object type.public String getName()
The name of an attribute defined in a profile object type.
public AttributeItem withName(String name)
The name of an attribute defined in a profile object type.
name
- The name of an attribute defined in a profile object type.public String toString()
toString
in class Object
Object.toString()
public AttributeItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.