@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InvokeScreenAutomationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| InvokeScreenAutomationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| InvokeScreenAutomationResult | clone() | 
| boolean | equals(Object obj) | 
| Long | getWorkbookCursor()
 The updated workbook cursor after performing the automation action. | 
| int | hashCode() | 
| void | setWorkbookCursor(Long workbookCursor)
 The updated workbook cursor after performing the automation action. | 
| String | toString()Returns a string representation of this object. | 
| InvokeScreenAutomationResult | withWorkbookCursor(Long workbookCursor)
 The updated workbook cursor after performing the automation action. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkbookCursor(Long workbookCursor)
The updated workbook cursor after performing the automation action.
workbookCursor - The updated workbook cursor after performing the automation action.public Long getWorkbookCursor()
The updated workbook cursor after performing the automation action.
public InvokeScreenAutomationResult withWorkbookCursor(Long workbookCursor)
The updated workbook cursor after performing the automation action.
workbookCursor - The updated workbook cursor after performing the automation action.public String toString()
toString in class ObjectObject.toString()public InvokeScreenAutomationResult clone()