@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LayoutSummary extends Object implements Serializable, Cloneable, StructuredPojo
Object for the summarized details of the layout.
Constructor and Description |
---|
LayoutSummary() |
Modifier and Type | Method and Description |
---|---|
LayoutSummary |
clone() |
boolean |
equals(Object obj) |
String |
getLayoutArn()
The Amazon Resource Name (ARN) of the layout.
|
String |
getLayoutId()
The unique identifier for of the layout.
|
String |
getName()
The name of the layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
|
void |
setLayoutId(String layoutId)
The unique identifier for of the layout.
|
void |
setName(String name)
The name of the layout.
|
String |
toString()
Returns a string representation of this object.
|
LayoutSummary |
withLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
|
LayoutSummary |
withLayoutId(String layoutId)
The unique identifier for of the layout.
|
LayoutSummary |
withName(String name)
The name of the layout.
|
public void setLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
layoutArn
- The Amazon Resource Name (ARN) of the layout.public String getLayoutArn()
The Amazon Resource Name (ARN) of the layout.
public LayoutSummary withLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the layout.
layoutArn
- The Amazon Resource Name (ARN) of the layout.public void setLayoutId(String layoutId)
The unique identifier for of the layout.
layoutId
- The unique identifier for of the layout.public String getLayoutId()
The unique identifier for of the layout.
public LayoutSummary withLayoutId(String layoutId)
The unique identifier for of the layout.
layoutId
- The unique identifier for of the layout.public void setName(String name)
The name of the layout.
name
- The name of the layout.public String getName()
The name of the layout.
public LayoutSummary withName(String name)
The name of the layout.
name
- The name of the layout.public String toString()
toString
in class Object
Object.toString()
public LayoutSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.