@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Font extends Object implements Serializable, Cloneable, StructuredPojo
Determines the font settings.
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
Font |
clone() |
boolean |
equals(Object obj) |
String |
getFontFamily()
Determines the font family settings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFontFamily(String fontFamily)
Determines the font family settings.
|
String |
toString()
Returns a string representation of this object.
|
Font |
withFontFamily(String fontFamily)
Determines the font family settings.
|
public void setFontFamily(String fontFamily)
Determines the font family settings.
fontFamily - Determines the font family settings.public String getFontFamily()
Determines the font family settings.
public Font withFontFamily(String fontFamily)
Determines the font family settings.
fontFamily - Determines the font family settings.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.