@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetViewResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetViewResult() |
Modifier and Type | Method and Description |
---|---|
GetViewResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetViewResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetViewResult |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getTags()
Tag key and value pairs that are attached to the view.
|
View |
getView()
A structure that contains the details for the requested view.
|
int |
hashCode() |
void |
setTags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
|
void |
setView(View view)
A structure that contains the details for the requested view.
|
String |
toString()
Returns a string representation of this object.
|
GetViewResult |
withTags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
|
GetViewResult |
withView(View view)
A structure that contains the details for the requested view.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,String> getTags()
Tag key and value pairs that are attached to the view.
public void setTags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
tags
- Tag key and value pairs that are attached to the view.public GetViewResult withTags(Map<String,String> tags)
Tag key and value pairs that are attached to the view.
tags
- Tag key and value pairs that are attached to the view.public GetViewResult addTagsEntry(String key, String value)
public GetViewResult clearTagsEntries()
public void setView(View view)
A structure that contains the details for the requested view.
view
- A structure that contains the details for the requested view.public View getView()
A structure that contains the details for the requested view.
public GetViewResult withView(View view)
A structure that contains the details for the requested view.
view
- A structure that contains the details for the requested view.public String toString()
toString
in class Object
Object.toString()
public GetViewResult clone()