@Generated(value="software.amazon.awssdk:codegen") public final class UpdateViewContentRequest extends ConnectRequest implements ToCopyableBuilder<UpdateViewContentRequest.Builder,UpdateViewContentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateViewContentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateViewContentRequest.Builder |
builder() |
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceId()
The identifier of the Amazon Connect instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateViewContentRequest.Builder> |
serializableBuilderClass() |
ViewStatus |
status()
Indicates the view status as either
SAVED or PUBLISHED. |
String |
statusAsString()
Indicates the view status as either
SAVED or PUBLISHED. |
UpdateViewContentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
viewId()
The identifier of the view.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String instanceId()
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
public final String viewId()
The identifier of the view. Both ViewArn and ViewId can be used.
ViewArn and ViewId can be used.public final ViewStatus status()
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
If the service returns an enum value that is not available in the current SDK version, status will
return ViewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatuspublic final String statusAsString()
Indicates the view status as either SAVED or PUBLISHED. The PUBLISHED
status will initiate validation on the content.
If the service returns an enum value that is not available in the current SDK version, status will
return ViewStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
SAVED or PUBLISHED. The
PUBLISHED status will initiate validation on the content.ViewStatuspublic final 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.
The total uncompressed content has a maximum file size of 400kB.
public UpdateViewContentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateViewContentRequest.Builder,UpdateViewContentRequest>toBuilder in class ConnectRequestpublic static UpdateViewContentRequest.Builder builder()
public static Class<? extends UpdateViewContentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.