@Generated(value="software.amazon.awssdk:codegen") public final class UpdateFlowTemplateRequest extends IoTThingsGraphRequest implements ToCopyableBuilder<UpdateFlowTemplateRequest.Builder,UpdateFlowTemplateRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateFlowTemplateRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateFlowTemplateRequest.Builder |
builder() |
Long |
compatibleNamespaceVersion()
The version of the user's namespace.
|
DefinitionDocument |
definition()
The
DefinitionDocument that contains the updated workflow definition. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the workflow to be updated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateFlowTemplateRequest.Builder> |
serializableBuilderClass() |
UpdateFlowTemplateRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The ID of the workflow to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
public final DefinitionDocument definition()
The DefinitionDocument that contains the updated workflow definition.
DefinitionDocument that contains the updated workflow definition.public final Long compatibleNamespaceVersion()
The version of the user's namespace.
If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if
you want to find earlier revisions of the flow to update.
If no value is specified, the latest version is used by default. Use the
GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.
public UpdateFlowTemplateRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateFlowTemplateRequest.Builder,UpdateFlowTemplateRequest>toBuilder in class IoTThingsGraphRequestpublic static UpdateFlowTemplateRequest.Builder builder()
public static Class<? extends UpdateFlowTemplateRequest.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 © 2021. All rights reserved.