@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GridConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information specific to Grid layout, for server-side composition. See "Layouts" in Server-Side Composition.
| Constructor and Description |
|---|
GridConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
GridConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getFeaturedParticipantAttribute()
This attribute name identifies the featured slot.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot.
|
String |
toString()
Returns a string representation of this object.
|
GridConfiguration |
withFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot.
|
public void setFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot. A participant with this attribute set to "true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
featuredParticipantAttribute - This attribute name identifies the featured slot. A participant with this attribute set to
"true" (as a string value) in ParticipantTokenConfiguration is placed in the featured
slot.public String getFeaturedParticipantAttribute()
This attribute name identifies the featured slot. A participant with this attribute set to "true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
"true" (as a string value) in ParticipantTokenConfiguration is placed in the featured
slot.public GridConfiguration withFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot. A participant with this attribute set to "true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot.
featuredParticipantAttribute - This attribute name identifies the featured slot. A participant with this attribute set to
"true" (as a string value) in ParticipantTokenConfiguration is placed in the featured
slot.public String toString()
toString in class ObjectObject.toString()public GridConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.