@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ValidateStateMachineDefinitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ValidateStateMachineDefinitionRequest() |
Modifier and Type | Method and Description |
---|---|
ValidateStateMachineDefinitionRequest |
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.
|
String |
getType()
The target type of state machine for this definition.
|
int |
hashCode() |
void |
setDefinition(String definition)
The Amazon States Language definition of the state machine.
|
void |
setType(String type)
The target type of state machine for this definition.
|
String |
toString()
Returns a string representation of this object.
|
ValidateStateMachineDefinitionRequest |
withDefinition(String definition)
The Amazon States Language definition of the state machine.
|
ValidateStateMachineDefinitionRequest |
withType(StateMachineType type)
The target type of state machine for this definition.
|
ValidateStateMachineDefinitionRequest |
withType(String type)
The target type of state machine for this definition.
|
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 ValidateStateMachineDefinitionRequest()
public void setDefinition(String definition)
The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
definition
- The Amazon States Language definition of the state machine. For more information, see Amazon
States Language (ASL).public String getDefinition()
The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
public ValidateStateMachineDefinitionRequest withDefinition(String definition)
The Amazon States Language definition of the state machine. For more information, see Amazon States Language (ASL).
definition
- The Amazon States Language definition of the state machine. For more information, see Amazon
States Language (ASL).public void setType(String type)
The target type of state machine for this definition. The default is STANDARD
.
type
- The target type of state machine for this definition. The default is STANDARD
.StateMachineType
public String getType()
The target type of state machine for this definition. The default is STANDARD
.
STANDARD
.StateMachineType
public ValidateStateMachineDefinitionRequest withType(String type)
The target type of state machine for this definition. The default is STANDARD
.
type
- The target type of state machine for this definition. The default is STANDARD
.StateMachineType
public ValidateStateMachineDefinitionRequest withType(StateMachineType type)
The target type of state machine for this definition. The default is STANDARD
.
type
- The target type of state machine for this definition. The default is STANDARD
.StateMachineType
public String toString()
toString
in class Object
Object.toString()
public ValidateStateMachineDefinitionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()