@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollectiveConstantEntry extends Object implements Serializable, Cloneable, StructuredPojo
The definition for a CollectiveConstantEntry.
| Constructor and Description |
|---|
CollectiveConstantEntry() |
| Modifier and Type | Method and Description |
|---|---|
CollectiveConstantEntry |
clone() |
boolean |
equals(Object obj) |
String |
getConstantType()
The
ConstantType of a CollectiveConstantEntry. |
String |
getValue()
The value of a
CollectiveConstantEntry. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setConstantType(String constantType)
The
ConstantType of a CollectiveConstantEntry. |
void |
setValue(String value)
The value of a
CollectiveConstantEntry. |
String |
toString()
Returns a string representation of this object.
|
CollectiveConstantEntry |
withConstantType(ConstantType constantType)
The
ConstantType of a CollectiveConstantEntry. |
CollectiveConstantEntry |
withConstantType(String constantType)
The
ConstantType of a CollectiveConstantEntry. |
CollectiveConstantEntry |
withValue(String value)
The value of a
CollectiveConstantEntry. |
public void setConstantType(String constantType)
The ConstantType of a CollectiveConstantEntry.
constantType - The ConstantType of a CollectiveConstantEntry.ConstantTypepublic String getConstantType()
The ConstantType of a CollectiveConstantEntry.
ConstantType of a CollectiveConstantEntry.ConstantTypepublic CollectiveConstantEntry withConstantType(String constantType)
The ConstantType of a CollectiveConstantEntry.
constantType - The ConstantType of a CollectiveConstantEntry.ConstantTypepublic CollectiveConstantEntry withConstantType(ConstantType constantType)
The ConstantType of a CollectiveConstantEntry.
constantType - The ConstantType of a CollectiveConstantEntry.ConstantTypepublic void setValue(String value)
The value of a CollectiveConstantEntry.
value - The value of a CollectiveConstantEntry.public String getValue()
The value of a CollectiveConstantEntry.
CollectiveConstantEntry.public CollectiveConstantEntry withValue(String value)
The value of a CollectiveConstantEntry.
value - The value of a CollectiveConstantEntry.public String toString()
toString in class ObjectObject.toString()public CollectiveConstantEntry clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.