@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetScreenDataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetScreenDataRequest() |
Modifier and Type | Method and Description |
---|---|
GetScreenDataRequest |
addVariablesEntry(String key,
VariableValue value)
Add a single Variables entry
|
GetScreenDataRequest |
clearVariablesEntries()
Removes all the entries added into Variables.
|
GetScreenDataRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAppId()
The ID of the app that contains the screem.
|
Integer |
getMaxResults()
The number of results to be returned on a single page.
|
String |
getNextToken()
This parameter is optional.
|
String |
getScreenId()
The ID of the screen.
|
Map<String,VariableValue> |
getVariables()
Variables are optional and are needed only if the screen requires them to render correctly.
|
String |
getWorkbookId()
The ID of the workbook that contains the screen.
|
int |
hashCode() |
void |
setAppId(String appId)
The ID of the app that contains the screem.
|
void |
setMaxResults(Integer maxResults)
The number of results to be returned on a single page.
|
void |
setNextToken(String nextToken)
This parameter is optional.
|
void |
setScreenId(String screenId)
The ID of the screen.
|
void |
setVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
void |
setWorkbookId(String workbookId)
The ID of the workbook that contains the screen.
|
String |
toString()
Returns a string representation of this object.
|
GetScreenDataRequest |
withAppId(String appId)
The ID of the app that contains the screem.
|
GetScreenDataRequest |
withMaxResults(Integer maxResults)
The number of results to be returned on a single page.
|
GetScreenDataRequest |
withNextToken(String nextToken)
This parameter is optional.
|
GetScreenDataRequest |
withScreenId(String screenId)
The ID of the screen.
|
GetScreenDataRequest |
withVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly.
|
GetScreenDataRequest |
withWorkbookId(String workbookId)
The ID of the workbook that contains the screen.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setWorkbookId(String workbookId)
The ID of the workbook that contains the screen.
workbookId
- The ID of the workbook that contains the screen.public String getWorkbookId()
The ID of the workbook that contains the screen.
public GetScreenDataRequest withWorkbookId(String workbookId)
The ID of the workbook that contains the screen.
workbookId
- The ID of the workbook that contains the screen.public void setAppId(String appId)
The ID of the app that contains the screem.
appId
- The ID of the app that contains the screem.public String getAppId()
The ID of the app that contains the screem.
public GetScreenDataRequest withAppId(String appId)
The ID of the app that contains the screem.
appId
- The ID of the app that contains the screem.public void setScreenId(String screenId)
The ID of the screen.
screenId
- The ID of the screen.public String getScreenId()
The ID of the screen.
public GetScreenDataRequest withScreenId(String screenId)
The ID of the screen.
screenId
- The ID of the screen.public Map<String,VariableValue> getVariables()
Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.
public void setVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.
variables
- Variables are optional and are needed only if the screen requires them to render correctly. Variables are
specified as a map where the key is the name of the variable as defined on the screen. The value is an
object which currently has only one property, rawValue, which holds the value of the variable to be passed
to the screen.public GetScreenDataRequest withVariables(Map<String,VariableValue> variables)
Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.
variables
- Variables are optional and are needed only if the screen requires them to render correctly. Variables are
specified as a map where the key is the name of the variable as defined on the screen. The value is an
object which currently has only one property, rawValue, which holds the value of the variable to be passed
to the screen.public GetScreenDataRequest addVariablesEntry(String key, VariableValue value)
public GetScreenDataRequest clearVariablesEntries()
public void setMaxResults(Integer maxResults)
The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
maxResults
- The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum
value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
public Integer getMaxResults()
The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
public GetScreenDataRequest withMaxResults(Integer maxResults)
The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
maxResults
- The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum
value is 100.
This parameter is optional. If you don't specify this parameter, the default page size is 100.
public void setNextToken(String nextToken)
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
nextToken
- This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
public String getNextToken()
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
public GetScreenDataRequest withNextToken(String nextToken)
This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
nextToken
- This parameter is optional. If a nextToken is not specified, the API returns the first page of data.
Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API will throw ValidationException.
public String toString()
toString
in class Object
Object.toString()
public GetScreenDataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()