@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateScriptRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateScriptRequest() |
Modifier and Type | Method and Description |
---|---|
CreateScriptRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<CodeGenEdge> |
getDagEdges()
A list of the edges in the DAG.
|
List<CodeGenNode> |
getDagNodes()
A list of the nodes in the DAG.
|
String |
getLanguage()
The programming language of the resulting code from the DAG.
|
int |
hashCode() |
void |
setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
void |
setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
void |
setLanguage(String language)
The programming language of the resulting code from the DAG.
|
String |
toString()
Returns a string representation of this object.
|
CreateScriptRequest |
withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
|
CreateScriptRequest |
withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
|
CreateScriptRequest |
withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
|
CreateScriptRequest |
withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
|
CreateScriptRequest |
withLanguage(Language language)
The programming language of the resulting code from the DAG.
|
CreateScriptRequest |
withLanguage(String language)
The programming language of the resulting code from the DAG.
|
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 List<CodeGenNode> getDagNodes()
A list of the nodes in the DAG.
public void setDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
dagNodes
- A list of the nodes in the DAG.public CreateScriptRequest withDagNodes(CodeGenNode... dagNodes)
A list of the nodes in the DAG.
NOTE: This method appends the values to the existing list (if any). Use
setDagNodes(java.util.Collection)
or withDagNodes(java.util.Collection)
if you want to override
the existing values.
dagNodes
- A list of the nodes in the DAG.public CreateScriptRequest withDagNodes(Collection<CodeGenNode> dagNodes)
A list of the nodes in the DAG.
dagNodes
- A list of the nodes in the DAG.public List<CodeGenEdge> getDagEdges()
A list of the edges in the DAG.
public void setDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
dagEdges
- A list of the edges in the DAG.public CreateScriptRequest withDagEdges(CodeGenEdge... dagEdges)
A list of the edges in the DAG.
NOTE: This method appends the values to the existing list (if any). Use
setDagEdges(java.util.Collection)
or withDagEdges(java.util.Collection)
if you want to override
the existing values.
dagEdges
- A list of the edges in the DAG.public CreateScriptRequest withDagEdges(Collection<CodeGenEdge> dagEdges)
A list of the edges in the DAG.
dagEdges
- A list of the edges in the DAG.public void setLanguage(String language)
The programming language of the resulting code from the DAG.
language
- The programming language of the resulting code from the DAG.Language
public String getLanguage()
The programming language of the resulting code from the DAG.
Language
public CreateScriptRequest withLanguage(String language)
The programming language of the resulting code from the DAG.
language
- The programming language of the resulting code from the DAG.Language
public CreateScriptRequest withLanguage(Language language)
The programming language of the resulting code from the DAG.
language
- The programming language of the resulting code from the DAG.Language
public String toString()
toString
in class Object
Object.toString()
public CreateScriptRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()