@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFlowTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFlowTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFlowTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getCompatibleNamespaceVersion()
The version of the user's namespace.
|
DefinitionDocument |
getDefinition()
The
DefinitionDocument that contains the updated workflow definition. |
String |
getId()
The ID of the workflow to be updated.
|
int |
hashCode() |
void |
setCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
|
void |
setDefinition(DefinitionDocument definition)
The
DefinitionDocument that contains the updated workflow definition. |
void |
setId(String id)
The ID of the workflow to be updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFlowTemplateRequest |
withCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
|
UpdateFlowTemplateRequest |
withDefinition(DefinitionDocument definition)
The
DefinitionDocument that contains the updated workflow definition. |
UpdateFlowTemplateRequest |
withId(String id)
The ID of the workflow to be updated.
|
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 setId(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
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
public String getId()
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 UpdateFlowTemplateRequest withId(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
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
public void setDefinition(DefinitionDocument definition)
The DefinitionDocument
that contains the updated workflow definition.
definition
- The DefinitionDocument
that contains the updated workflow definition.public DefinitionDocument getDefinition()
The DefinitionDocument
that contains the updated workflow definition.
DefinitionDocument
that contains the updated workflow definition.public UpdateFlowTemplateRequest withDefinition(DefinitionDocument definition)
The DefinitionDocument
that contains the updated workflow definition.
definition
- The DefinitionDocument
that contains the updated workflow definition.public void setCompatibleNamespaceVersion(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.
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.
public Long getCompatibleNamespaceVersion()
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 withCompatibleNamespaceVersion(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.
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.
public String toString()
toString
in class Object
Object.toString()
public UpdateFlowTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()