@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDefinition()
The Amazon States Language definition of the state machine.
|
LoggingConfiguration |
getLoggingConfiguration()
|
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 |
setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
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.
|
UpdateStateMachineRequest |
withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
UpdateStateMachineRequest |
withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
|
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, 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. See Amazon States Language.
definition
- The Amazon States Language definition of the state machine. See Amazon
States Language.public String getDefinition()
The Amazon States Language definition of the state machine. See Amazon States Language.
public UpdateStateMachineRequest withDefinition(String definition)
The Amazon States Language definition of the state machine. See Amazon States Language.
definition
- The Amazon States Language definition of the state machine. See Amazon
States Language.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 void setLoggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration
- public LoggingConfiguration getLoggingConfiguration()
public UpdateStateMachineRequest withLoggingConfiguration(LoggingConfiguration loggingConfiguration)
loggingConfiguration
- public String toString()
toString
in class Object
Object.toString()
public UpdateStateMachineRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.