@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LayoutConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Object to store configuration of layouts associated to the template.
Constructor and Description |
---|
LayoutConfiguration() |
Modifier and Type | Method and Description |
---|---|
LayoutConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDefaultLayout()
Unique identifier of a layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultLayout(String defaultLayout)
Unique identifier of a layout.
|
String |
toString()
Returns a string representation of this object.
|
LayoutConfiguration |
withDefaultLayout(String defaultLayout)
Unique identifier of a layout.
|
public void setDefaultLayout(String defaultLayout)
Unique identifier of a layout.
defaultLayout
- Unique identifier of a layout.public String getDefaultLayout()
Unique identifier of a layout.
public LayoutConfiguration withDefaultLayout(String defaultLayout)
Unique identifier of a layout.
defaultLayout
- Unique identifier of a layout.public String toString()
toString
in class Object
Object.toString()
public LayoutConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.