@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ThemeValues extends Object implements Serializable, Cloneable, StructuredPojo
A key-value pair that defines a property of a theme.
Constructor and Description |
---|
ThemeValues() |
Modifier and Type | Method and Description |
---|---|
ThemeValues |
clone() |
boolean |
equals(Object obj) |
String |
getKey()
The name of the property.
|
ThemeValue |
getValue()
The value of the property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKey(String key)
The name of the property.
|
void |
setValue(ThemeValue value)
The value of the property.
|
String |
toString()
Returns a string representation of this object.
|
ThemeValues |
withKey(String key)
The name of the property.
|
ThemeValues |
withValue(ThemeValue value)
The value of the property.
|
public void setKey(String key)
The name of the property.
key
- The name of the property.public String getKey()
The name of the property.
public ThemeValues withKey(String key)
The name of the property.
key
- The name of the property.public void setValue(ThemeValue value)
The value of the property.
value
- The value of the property.public ThemeValue getValue()
The value of the property.
public ThemeValues withValue(ThemeValue value)
The value of the property.
value
- The value of the property.public String toString()
toString
in class Object
Object.toString()
public ThemeValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.