@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Typography extends Object implements Serializable, Cloneable, StructuredPojo
Determines the typography options.
| Constructor and Description |
|---|
Typography() |
| Modifier and Type | Method and Description |
|---|---|
Typography |
clone() |
boolean |
equals(Object obj) |
List<Font> |
getFontFamilies()
Determines the list of font families.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
|
String |
toString()
Returns a string representation of this object.
|
Typography |
withFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
|
Typography |
withFontFamilies(Font... fontFamilies)
Determines the list of font families.
|
public List<Font> getFontFamilies()
Determines the list of font families.
public void setFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
fontFamilies - Determines the list of font families.public Typography withFontFamilies(Font... fontFamilies)
Determines the list of font families.
NOTE: This method appends the values to the existing list (if any). Use
setFontFamilies(java.util.Collection) or withFontFamilies(java.util.Collection) if you want to
override the existing values.
fontFamilies - Determines the list of font families.public Typography withFontFamilies(Collection<Font> fontFamilies)
Determines the list of font families.
fontFamilies - Determines the list of font families.public String toString()
toString in class ObjectObject.toString()public Typography clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.