@Generated(value="software.amazon.awssdk:codegen") public final class CreateViewVersionRequest extends ConnectRequest implements ToCopyableBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateViewVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateViewVersionRequest.Builder |
builder() |
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 CreateViewVersionRequest.Builder> |
serializableBuilderClass() |
CreateViewVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionDescription()
The description for the version being published.
|
String |
viewContentSha256()
Indicates the checksum value of the latest published view content.
|
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 String versionDescription()
The description for the version being published.
public final String viewContentSha256()
Indicates the checksum value of the latest published view content.
public CreateViewVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateViewVersionRequest.Builder,CreateViewVersionRequest>toBuilder in class ConnectRequestpublic static CreateViewVersionRequest.Builder builder()
public static Class<? extends CreateViewVersionRequest.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.