@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateFlowTemplateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateFlowTemplateRequest() |
Modifier and Type | Method and Description |
---|---|
CreateFlowTemplateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Long |
getCompatibleNamespaceVersion()
The namespace version in which the workflow is to be created.
|
DefinitionDocument |
getDefinition()
The workflow
DefinitionDocument . |
int |
hashCode() |
void |
setCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the workflow is to be created.
|
void |
setDefinition(DefinitionDocument definition)
The workflow
DefinitionDocument . |
String |
toString()
Returns a string representation of this object.
|
CreateFlowTemplateRequest |
withCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the workflow is to be created.
|
CreateFlowTemplateRequest |
withDefinition(DefinitionDocument definition)
The workflow
DefinitionDocument . |
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 setDefinition(DefinitionDocument definition)
The workflow DefinitionDocument
.
definition
- The workflow DefinitionDocument
.public DefinitionDocument getDefinition()
The workflow DefinitionDocument
.
DefinitionDocument
.public CreateFlowTemplateRequest withDefinition(DefinitionDocument definition)
The workflow DefinitionDocument
.
definition
- The workflow DefinitionDocument
.public void setCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
compatibleNamespaceVersion
- The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
public Long getCompatibleNamespaceVersion()
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
If no value is specified, the latest version is used by default.
public CreateFlowTemplateRequest withCompatibleNamespaceVersion(Long compatibleNamespaceVersion)
The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
compatibleNamespaceVersion
- The namespace version in which the workflow is to be created.
If no value is specified, the latest version is used by default.
public String toString()
toString
in class Object
Object.toString()
public CreateFlowTemplateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()