@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBlueprintRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartBlueprintRunRequest() |
Modifier and Type | Method and Description |
---|---|
StartBlueprintRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBlueprintName()
The name of the blueprint.
|
String |
getParameters()
Specifies the parameters as a
BlueprintParameters object. |
String |
getRoleArn()
Specifies the IAM role used to create the workflow.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
The name of the blueprint.
|
void |
setParameters(String parameters)
Specifies the parameters as a
BlueprintParameters object. |
void |
setRoleArn(String roleArn)
Specifies the IAM role used to create the workflow.
|
String |
toString()
Returns a string representation of this object.
|
StartBlueprintRunRequest |
withBlueprintName(String blueprintName)
The name of the blueprint.
|
StartBlueprintRunRequest |
withParameters(String parameters)
Specifies the parameters as a
BlueprintParameters object. |
StartBlueprintRunRequest |
withRoleArn(String roleArn)
Specifies the IAM role used to create the workflow.
|
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 setBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName
- The name of the blueprint.public String getBlueprintName()
The name of the blueprint.
public StartBlueprintRunRequest withBlueprintName(String blueprintName)
The name of the blueprint.
blueprintName
- The name of the blueprint.public void setParameters(String parameters)
Specifies the parameters as a BlueprintParameters
object.
parameters
- Specifies the parameters as a BlueprintParameters
object.public String getParameters()
Specifies the parameters as a BlueprintParameters
object.
BlueprintParameters
object.public StartBlueprintRunRequest withParameters(String parameters)
Specifies the parameters as a BlueprintParameters
object.
parameters
- Specifies the parameters as a BlueprintParameters
object.public void setRoleArn(String roleArn)
Specifies the IAM role used to create the workflow.
roleArn
- Specifies the IAM role used to create the workflow.public String getRoleArn()
Specifies the IAM role used to create the workflow.
public StartBlueprintRunRequest withRoleArn(String roleArn)
Specifies the IAM role used to create the workflow.
roleArn
- Specifies the IAM role used to create the workflow.public String toString()
toString
in class Object
Object.toString()
public StartBlueprintRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()