@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ViewInputContent extends Object implements Serializable, Cloneable, StructuredPojo
View content containing all content necessary to render a view except for runtime input data and the runtime input schema, which is auto-generated by this operation.
Constructor and Description |
---|
ViewInputContent() |
Modifier and Type | Method and Description |
---|---|
ViewInputContent |
clone() |
boolean |
equals(Object obj) |
List<String> |
getActions()
A list of possible actions from the view.
|
String |
getTemplate()
The view template representing the structure of the view.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActions(Collection<String> actions)
A list of possible actions from the view.
|
void |
setTemplate(String template)
The view template representing the structure of the view.
|
String |
toString()
Returns a string representation of this object.
|
ViewInputContent |
withActions(Collection<String> actions)
A list of possible actions from the view.
|
ViewInputContent |
withActions(String... actions)
A list of possible actions from the view.
|
ViewInputContent |
withTemplate(String template)
The view template representing the structure of the view.
|
public void setTemplate(String template)
The view template representing the structure of the view.
template
- The view template representing the structure of the view.public String getTemplate()
The view template representing the structure of the view.
public ViewInputContent withTemplate(String template)
The view template representing the structure of the view.
template
- The view template representing the structure of the view.public List<String> getActions()
A list of possible actions from the view.
public void setActions(Collection<String> actions)
A list of possible actions from the view.
actions
- A list of possible actions from the view.public ViewInputContent withActions(String... actions)
A list of possible actions from the view.
NOTE: This method appends the values to the existing list (if any). Use
setActions(java.util.Collection)
or withActions(java.util.Collection)
if you want to override
the existing values.
actions
- A list of possible actions from the view.public ViewInputContent withActions(Collection<String> actions)
A list of possible actions from the view.
actions
- A list of possible actions from the view.public String toString()
toString
in class Object
Object.toString()
public ViewInputContent clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.