@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeViewRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeViewRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeViewRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getConnectionToken()
The connection token.
|
String |
getViewToken()
An encrypted token originating from the interactive message of a ShowView block operation.
|
int |
hashCode() |
void |
setConnectionToken(String connectionToken)
The connection token.
|
void |
setViewToken(String viewToken)
An encrypted token originating from the interactive message of a ShowView block operation.
|
String |
toString()
Returns a string representation of this object.
|
DescribeViewRequest |
withConnectionToken(String connectionToken)
The connection token.
|
DescribeViewRequest |
withViewToken(String viewToken)
An encrypted token originating from the interactive message of a ShowView block operation.
|
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, withSdkRequestTimeoutpublic void setViewToken(String viewToken)
An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.
viewToken - An encrypted token originating from the interactive message of a ShowView block operation. Represents the
desired view.public String getViewToken()
An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.
public DescribeViewRequest withViewToken(String viewToken)
An encrypted token originating from the interactive message of a ShowView block operation. Represents the desired view.
viewToken - An encrypted token originating from the interactive message of a ShowView block operation. Represents the
desired view.public void setConnectionToken(String connectionToken)
The connection token.
connectionToken - The connection token.public String getConnectionToken()
The connection token.
public DescribeViewRequest withConnectionToken(String connectionToken)
The connection token.
connectionToken - The connection token.public String toString()
toString in class ObjectObject.toString()public DescribeViewRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()