* Information about which fields will be present in the layout, the order of the fields, and read-only attribute of * the field. *
*/ private LayoutContent content; /** ** The Amazon Resource Name (ARN) of the newly created layout. *
*/ private String layoutArn; /** ** The unique identifier of the layout. *
*/ private String layoutId; /** ** The name of the layout. It must be unique. *
*/ private String name; /** ** A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control * access for this resource. *
*/ private java.util.Map* Information about which fields will be present in the layout, the order of the fields, and read-only attribute of * the field. *
* * @param content * Information about which fields will be present in the layout, the order of the fields, and read-only * attribute of the field. */ public void setContent(LayoutContent content) { this.content = content; } /** ** Information about which fields will be present in the layout, the order of the fields, and read-only attribute of * the field. *
* * @return Information about which fields will be present in the layout, the order of the fields, and read-only * attribute of the field. */ public LayoutContent getContent() { return this.content; } /** ** Information about which fields will be present in the layout, the order of the fields, and read-only attribute of * the field. *
* * @param content * Information about which fields will be present in the layout, the order of the fields, and read-only * attribute of the field. * @return Returns a reference to this object so that method calls can be chained together. */ public GetLayoutResult withContent(LayoutContent content) { setContent(content); return this; } /** ** The Amazon Resource Name (ARN) of the newly created layout. *
* * @param layoutArn * The Amazon Resource Name (ARN) of the newly created layout. */ public void setLayoutArn(String layoutArn) { this.layoutArn = layoutArn; } /** ** The Amazon Resource Name (ARN) of the newly created layout. *
* * @return The Amazon Resource Name (ARN) of the newly created layout. */ public String getLayoutArn() { return this.layoutArn; } /** ** The Amazon Resource Name (ARN) of the newly created layout. *
* * @param layoutArn * The Amazon Resource Name (ARN) of the newly created layout. * @return Returns a reference to this object so that method calls can be chained together. */ public GetLayoutResult withLayoutArn(String layoutArn) { setLayoutArn(layoutArn); return this; } /** ** The unique identifier of the layout. *
* * @param layoutId * The unique identifier of the layout. */ public void setLayoutId(String layoutId) { this.layoutId = layoutId; } /** ** The unique identifier of the layout. *
* * @return The unique identifier of the layout. */ public String getLayoutId() { return this.layoutId; } /** ** The unique identifier of the layout. *
* * @param layoutId * The unique identifier of the layout. * @return Returns a reference to this object so that method calls can be chained together. */ public GetLayoutResult withLayoutId(String layoutId) { setLayoutId(layoutId); return this; } /** ** The name of the layout. It must be unique. *
* * @param name * The name of the layout. It must be unique. */ public void setName(String name) { this.name = name; } /** ** The name of the layout. It must be unique. *
* * @return The name of the layout. It must be unique. */ public String getName() { return this.name; } /** ** The name of the layout. It must be unique. *
* * @param name * The name of the layout. It must be unique. * @return Returns a reference to this object so that method calls can be chained together. */ public GetLayoutResult withName(String name) { setName(name); return this; } /** ** A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control * access for this resource. *
* * @return A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or * control access for this resource. */ public java.util.Map* A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control * access for this resource. *
* * @param tags * A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or * control access for this resource. */ public void setTags(java.util.Map* A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control * access for this resource. *
* * @param tags * A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or * control access for this resource. * @return Returns a reference to this object so that method calls can be chained together. */ public GetLayoutResult withTags(java.util.Map