@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class View extends Object implements Serializable, Cloneable, StructuredPojo
A view resource object. Contains metadata and content necessary to render the view.
Constructor and Description |
---|
View() |
Modifier and Type | Method and Description |
---|---|
View |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the view.
|
ViewContent |
getContent()
View content containing all content necessary to render a view except for runtime input data.
|
String |
getId()
The identifier of the view.
|
String |
getName()
The name of the view.
|
Integer |
getVersion()
The current version of the view.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the view.
|
void |
setContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
|
void |
setId(String id)
The identifier of the view.
|
void |
setName(String name)
The name of the view.
|
void |
setVersion(Integer version)
The current version of the view.
|
String |
toString()
Returns a string representation of this object.
|
View |
withArn(String arn)
The Amazon Resource Name (ARN) of the view.
|
View |
withContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
|
View |
withId(String id)
The identifier of the view.
|
View |
withName(String name)
The name of the view.
|
View |
withVersion(Integer version)
The current version of the view.
|
public void setId(String id)
The identifier of the view.
id
- The identifier of the view.public String getId()
The identifier of the view.
public View withId(String id)
The identifier of the view.
id
- The identifier of the view.public void setArn(String arn)
The Amazon Resource Name (ARN) of the view.
arn
- The Amazon Resource Name (ARN) of the view.public String getArn()
The Amazon Resource Name (ARN) of the view.
public View withArn(String arn)
The Amazon Resource Name (ARN) of the view.
arn
- The Amazon Resource Name (ARN) of the view.public void setName(String name)
The name of the view.
name
- The name of the view.public String getName()
The name of the view.
public View withName(String name)
The name of the view.
name
- The name of the view.public void setVersion(Integer version)
The current version of the view.
version
- The current version of the view.public Integer getVersion()
The current version of the view.
public View withVersion(Integer version)
The current version of the view.
version
- The current version of the view.public void setContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
content
- View content containing all content necessary to render a view except for runtime input data.public ViewContent getContent()
View content containing all content necessary to render a view except for runtime input data.
public View withContent(ViewContent content)
View content containing all content necessary to render a view except for runtime input data.
content
- View content containing all content necessary to render a view except for runtime input data.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.