@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateViewContentRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateViewContentRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateViewContentRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
ViewInputContent |
getContent()
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.
|
String |
getInstanceId()
The identifier of the Amazon Connect instance.
|
String |
getStatus()
Indicates the view status as either
SAVED or PUBLISHED . |
String |
getViewId()
The identifier of the view.
|
int |
hashCode() |
void |
setContent(ViewInputContent content)
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.
|
void |
setInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
void |
setStatus(String status)
Indicates the view status as either
SAVED or PUBLISHED . |
void |
setViewId(String viewId)
The identifier of the view.
|
String |
toString()
Returns a string representation of this object.
|
UpdateViewContentRequest |
withContent(ViewInputContent content)
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.
|
UpdateViewContentRequest |
withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
UpdateViewContentRequest |
withStatus(String status)
Indicates the view status as either
SAVED or PUBLISHED . |
UpdateViewContentRequest |
withStatus(ViewStatus status)
Indicates the view status as either
SAVED or PUBLISHED . |
UpdateViewContentRequest |
withViewId(String viewId)
The identifier of the view.
|
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 setInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public String getInstanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public UpdateViewContentRequest withInstanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
instanceId
- The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.public void setViewId(String viewId)
The identifier of the view. Both ViewArn
and ViewId
can be used.
viewId
- The identifier of the view. Both ViewArn
and ViewId
can be used.public String getViewId()
The identifier of the view. Both ViewArn
and ViewId
can be used.
ViewArn
and ViewId
can be used.public UpdateViewContentRequest withViewId(String viewId)
The identifier of the view. Both ViewArn
and ViewId
can be used.
viewId
- The identifier of the view. Both ViewArn
and ViewId
can be used.public void setStatus(String status)
Indicates the view status as either SAVED
or PUBLISHED
. The PUBLISHED
status will initiate validation on the content.
status
- Indicates the view status as either SAVED
or PUBLISHED
. The
PUBLISHED
status will initiate validation on the content.ViewStatus
public String getStatus()
Indicates the view status as either SAVED
or PUBLISHED
. The PUBLISHED
status will initiate validation on the content.
SAVED
or PUBLISHED
. The
PUBLISHED
status will initiate validation on the content.ViewStatus
public UpdateViewContentRequest withStatus(String status)
Indicates the view status as either SAVED
or PUBLISHED
. The PUBLISHED
status will initiate validation on the content.
status
- Indicates the view status as either SAVED
or PUBLISHED
. The
PUBLISHED
status will initiate validation on the content.ViewStatus
public UpdateViewContentRequest withStatus(ViewStatus status)
Indicates the view status as either SAVED
or PUBLISHED
. The PUBLISHED
status will initiate validation on the content.
status
- Indicates the view status as either SAVED
or PUBLISHED
. The
PUBLISHED
status will initiate validation on the content.ViewStatus
public void setContent(ViewInputContent content)
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.
The total uncompressed content has a maximum file size of 400kB.
content
- 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.
The total uncompressed content has a maximum file size of 400kB.
public ViewInputContent getContent()
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.
The total uncompressed content has a maximum file size of 400kB.
The total uncompressed content has a maximum file size of 400kB.
public UpdateViewContentRequest withContent(ViewInputContent content)
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.
The total uncompressed content has a maximum file size of 400kB.
content
- 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.
The total uncompressed content has a maximum file size of 400kB.
public String toString()
toString
in class Object
Object.toString()
public UpdateViewContentRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()