@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.
|
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.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public CreateScriptRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.