@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateStateMachineRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateStateMachineRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateStateMachineRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDefinition()
The Amazon States Language definition of the state machine.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role of the state machine.
|
String |
getStateMachineArn()
The Amazon Resource Name (ARN) of the state machine.
|
int |
hashCode() |
void |
setDefinition(String definition)
The Amazon States Language definition of the state machine.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
|
void |
setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateStateMachineRequest |
withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
UpdateStateMachineRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
|
UpdateStateMachineRequest |
withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
|
addHandlerContext, copyBaseTo, 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 setStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) of the state machine.public String getStateMachineArn()
The Amazon Resource Name (ARN) of the state machine.
public UpdateStateMachineRequest withStateMachineArn(String stateMachineArn)
The Amazon Resource Name (ARN) of the state machine.
stateMachineArn
- The Amazon Resource Name (ARN) of the state machine.public void setDefinition(String definition)
The Amazon States Language definition of the state machine.
definition
- The Amazon States Language definition of the state machine.public String getDefinition()
The Amazon States Language definition of the state machine.
public UpdateStateMachineRequest withDefinition(String definition)
The Amazon States Language definition of the state machine.
definition
- The Amazon States Language definition of the state machine.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
roleArn
- The Amazon Resource Name (ARN) of the IAM role of the state machine.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role of the state machine.
public UpdateStateMachineRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role of the state machine.
roleArn
- The Amazon Resource Name (ARN) of the IAM role of the state machine.public String toString()
toString
in class Object
Object.toString()
public UpdateStateMachineRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.