@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLayoutResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetLayoutResult() |
| Modifier and Type | Method and Description |
|---|---|
GetLayoutResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetLayoutResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetLayoutResult |
clone() |
boolean |
equals(Object obj) |
LayoutContent |
getContent()
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
Date |
getCreatedTime()
The timestamp for when the resource was created.
|
Boolean |
getDeleted()
Indicates whether the resource has been deleted.
|
Date |
getLastModifiedTime()
The timestamp for when the resource was created or last modified.
|
String |
getLayoutArn()
The Amazon Resource Name (ARN) of the newly created layout.
|
String |
getLayoutId()
The unique identifier of the layout.
|
String |
getName()
The name of the layout.
|
Map<String,String> |
getTags()
A map of of key-value pairs that represent tags on a resource.
|
int |
hashCode() |
Boolean |
isDeleted()
Indicates whether the resource has been deleted.
|
void |
setContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
void |
setCreatedTime(Date createdTime)
The timestamp for when the resource was created.
|
void |
setDeleted(Boolean deleted)
Indicates whether the resource has been deleted.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the resource was created or last modified.
|
void |
setLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
|
void |
setLayoutId(String layoutId)
The unique identifier of the layout.
|
void |
setName(String name)
The name of the layout.
|
void |
setTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
String |
toString()
Returns a string representation of this object.
|
GetLayoutResult |
withContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of
the field.
|
GetLayoutResult |
withCreatedTime(Date createdTime)
The timestamp for when the resource was created.
|
GetLayoutResult |
withDeleted(Boolean deleted)
Indicates whether the resource has been deleted.
|
GetLayoutResult |
withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the resource was created or last modified.
|
GetLayoutResult |
withLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
|
GetLayoutResult |
withLayoutId(String layoutId)
The unique identifier of the layout.
|
GetLayoutResult |
withName(String name)
The name of the layout.
|
GetLayoutResult |
withTags(Map<String,String> tags)
A map of of key-value pairs that represent tags on a resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
content - 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()
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
public GetLayoutResult withContent(LayoutContent content)
Information about which fields will be present in the layout, the order of the fields, and read-only attribute of the field.
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 setCreatedTime(Date createdTime)
The timestamp for when the resource was created.
createdTime - The timestamp for when the resource was created.public Date getCreatedTime()
The timestamp for when the resource was created.
public GetLayoutResult withCreatedTime(Date createdTime)
The timestamp for when the resource was created.
createdTime - The timestamp for when the resource was created.public void setDeleted(Boolean deleted)
Indicates whether the resource has been deleted.
deleted - Indicates whether the resource has been deleted.public Boolean getDeleted()
Indicates whether the resource has been deleted.
public GetLayoutResult withDeleted(Boolean deleted)
Indicates whether the resource has been deleted.
deleted - Indicates whether the resource has been deleted.public Boolean isDeleted()
Indicates whether the resource has been deleted.
public void setLastModifiedTime(Date lastModifiedTime)
The timestamp for when the resource was created or last modified.
lastModifiedTime - The timestamp for when the resource was created or last modified.public Date getLastModifiedTime()
The timestamp for when the resource was created or last modified.
public GetLayoutResult withLastModifiedTime(Date lastModifiedTime)
The timestamp for when the resource was created or last modified.
lastModifiedTime - The timestamp for when the resource was created or last modified.public void setLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
layoutArn - The Amazon Resource Name (ARN) of the newly created layout.public String getLayoutArn()
The Amazon Resource Name (ARN) of the newly created layout.
public GetLayoutResult withLayoutArn(String layoutArn)
The Amazon Resource Name (ARN) of the newly created layout.
layoutArn - The Amazon Resource Name (ARN) of the newly created layout.public void setLayoutId(String layoutId)
The unique identifier of the layout.
layoutId - The unique identifier of the layout.public String getLayoutId()
The unique identifier of the layout.
public GetLayoutResult withLayoutId(String layoutId)
The unique identifier of the layout.
layoutId - The unique identifier of the layout.public void setName(String name)
The name of the layout. It must be unique.
name - The name of the layout. It must be unique.public String getName()
The name of the layout. It must be unique.
public GetLayoutResult withName(String name)
The name of the layout. It must be unique.
name - The name of the layout. It must be unique.public Map<String,String> getTags()
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(Map<String,String> 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.
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 GetLayoutResult withTags(Map<String,String> 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.
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 GetLayoutResult addTagsEntry(String key, String value)
public GetLayoutResult clearTagsEntries()
public String toString()
toString in class ObjectObject.toString()public GetLayoutResult clone()
Copyright © 2024. All rights reserved.