Class CreateContactFlowVersionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.connect.model.ConnectRequest
-
- software.amazon.awssdk.services.connect.model.CreateContactFlowVersionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateContactFlowVersionRequest extends ConnectRequest implements ToCopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateContactFlowVersionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateContactFlowVersionRequest.Builderbuilder()StringcontactFlowId()The identifier of the flow.LongcontactFlowVersion()The identifier of the flow version.Stringdescription()The description of the flow version.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowContentSha256()Indicates the checksum value of the flow content.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinstanceId()The identifier of the Amazon Connect instance.StringlastModifiedRegion()The Amazon Web Services Region where this resource was last modified.InstantlastModifiedTime()The Amazon Web Services Region where this resource was last modified.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateContactFlowVersionRequest.Builder>serializableBuilderClass()CreateContactFlowVersionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
instanceId
public final String instanceId()
The identifier of the Amazon Connect instance.
- Returns:
- The identifier of the Amazon Connect instance.
-
description
public final String description()
The description of the flow version.
- Returns:
- The description of the flow version.
-
contactFlowId
public final String contactFlowId()
The identifier of the flow.
- Returns:
- The identifier of the flow.
-
flowContentSha256
public final String flowContentSha256()
Indicates the checksum value of the flow content.
- Returns:
- Indicates the checksum value of the flow content.
-
contactFlowVersion
public final Long contactFlowVersion()
The identifier of the flow version.
- Returns:
- The identifier of the flow version.
-
lastModifiedTime
public final Instant lastModifiedTime()
The Amazon Web Services Region where this resource was last modified.
- Returns:
- The Amazon Web Services Region where this resource was last modified.
-
lastModifiedRegion
public final String lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
- Returns:
- The Amazon Web Services Region where this resource was last modified.
-
toBuilder
public CreateContactFlowVersionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateContactFlowVersionRequest.Builder,CreateContactFlowVersionRequest>- Specified by:
toBuilderin classConnectRequest
-
builder
public static CreateContactFlowVersionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateContactFlowVersionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-