@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateViewContentResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateViewContentResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateViewContentResult | clone() | 
| boolean | equals(Object obj) | 
| View | getView()
 A view resource object. | 
| int | hashCode() | 
| void | setView(View view)
 A view resource object. | 
| String | toString()Returns a string representation of this object. | 
| UpdateViewContentResult | withView(View view)
 A view resource object. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setView(View view)
A view resource object. Contains metadata and content necessary to render the view.
view - A view resource object. Contains metadata and content necessary to render the view.public View getView()
A view resource object. Contains metadata and content necessary to render the view.
public UpdateViewContentResult withView(View view)
A view resource object. Contains metadata and content necessary to render the view.
view - A view resource object. Contains metadata and content necessary to render the view.public String toString()
toString in class ObjectObject.toString()public UpdateViewContentResult clone()