@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InspectionData extends Object implements Serializable, Cloneable, StructuredPojo
Contains additional details about the state's execution, including its input and output data processing flow, and HTTP request and response information.
Constructor and Description |
---|
InspectionData() |
Modifier and Type | Method and Description |
---|---|
InspectionData |
clone() |
boolean |
equals(Object obj) |
String |
getAfterInputPath()
The input after Step Functions applies the InputPath filter.
|
String |
getAfterParameters()
The effective input after Step Functions applies the Parameters filter.
|
String |
getAfterResultPath()
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
|
String |
getAfterResultSelector()
The effective result after Step Functions applies the ResultSelector filter.
|
String |
getInput()
The raw state input.
|
InspectionDataRequest |
getRequest()
The raw HTTP request that is sent when you test an HTTP Task.
|
InspectionDataResponse |
getResponse()
The raw HTTP response that is returned when you test an HTTP Task.
|
String |
getResult()
The state's raw result.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAfterInputPath(String afterInputPath)
The input after Step Functions applies the InputPath filter.
|
void |
setAfterParameters(String afterParameters)
The effective input after Step Functions applies the Parameters filter.
|
void |
setAfterResultPath(String afterResultPath)
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
|
void |
setAfterResultSelector(String afterResultSelector)
The effective result after Step Functions applies the ResultSelector filter.
|
void |
setInput(String input)
The raw state input.
|
void |
setRequest(InspectionDataRequest request)
The raw HTTP request that is sent when you test an HTTP Task.
|
void |
setResponse(InspectionDataResponse response)
The raw HTTP response that is returned when you test an HTTP Task.
|
void |
setResult(String result)
The state's raw result.
|
String |
toString()
Returns a string representation of this object.
|
InspectionData |
withAfterInputPath(String afterInputPath)
The input after Step Functions applies the InputPath filter.
|
InspectionData |
withAfterParameters(String afterParameters)
The effective input after Step Functions applies the Parameters filter.
|
InspectionData |
withAfterResultPath(String afterResultPath)
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
|
InspectionData |
withAfterResultSelector(String afterResultSelector)
The effective result after Step Functions applies the ResultSelector filter.
|
InspectionData |
withInput(String input)
The raw state input.
|
InspectionData |
withRequest(InspectionDataRequest request)
The raw HTTP request that is sent when you test an HTTP Task.
|
InspectionData |
withResponse(InspectionDataResponse response)
The raw HTTP response that is returned when you test an HTTP Task.
|
InspectionData |
withResult(String result)
The state's raw result.
|
public void setInput(String input)
The raw state input.
input
- The raw state input.public String getInput()
The raw state input.
public InspectionData withInput(String input)
The raw state input.
input
- The raw state input.public void setAfterInputPath(String afterInputPath)
The input after Step Functions applies the InputPath filter.
afterInputPath
- The input after Step Functions applies the InputPath filter.public String getAfterInputPath()
The input after Step Functions applies the InputPath filter.
public InspectionData withAfterInputPath(String afterInputPath)
The input after Step Functions applies the InputPath filter.
afterInputPath
- The input after Step Functions applies the InputPath filter.public void setAfterParameters(String afterParameters)
The effective input after Step Functions applies the Parameters filter.
afterParameters
- The effective input after Step Functions applies the Parameters filter.public String getAfterParameters()
The effective input after Step Functions applies the Parameters filter.
public InspectionData withAfterParameters(String afterParameters)
The effective input after Step Functions applies the Parameters filter.
afterParameters
- The effective input after Step Functions applies the Parameters filter.public void setResult(String result)
The state's raw result.
result
- The state's raw result.public String getResult()
The state's raw result.
public InspectionData withResult(String result)
The state's raw result.
result
- The state's raw result.public void setAfterResultSelector(String afterResultSelector)
The effective result after Step Functions applies the ResultSelector filter.
afterResultSelector
- The effective result after Step Functions applies the ResultSelector filter.public String getAfterResultSelector()
The effective result after Step Functions applies the ResultSelector filter.
public InspectionData withAfterResultSelector(String afterResultSelector)
The effective result after Step Functions applies the ResultSelector filter.
afterResultSelector
- The effective result after Step Functions applies the ResultSelector filter.public void setAfterResultPath(String afterResultPath)
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
afterResultPath
- The effective result combined with the raw state input after Step Functions applies the ResultPath
filter.public String getAfterResultPath()
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
public InspectionData withAfterResultPath(String afterResultPath)
The effective result combined with the raw state input after Step Functions applies the ResultPath filter.
afterResultPath
- The effective result combined with the raw state input after Step Functions applies the ResultPath
filter.public void setRequest(InspectionDataRequest request)
The raw HTTP request that is sent when you test an HTTP Task.
request
- The raw HTTP request that is sent when you test an HTTP Task.public InspectionDataRequest getRequest()
The raw HTTP request that is sent when you test an HTTP Task.
public InspectionData withRequest(InspectionDataRequest request)
The raw HTTP request that is sent when you test an HTTP Task.
request
- The raw HTTP request that is sent when you test an HTTP Task.public void setResponse(InspectionDataResponse response)
The raw HTTP response that is returned when you test an HTTP Task.
response
- The raw HTTP response that is returned when you test an HTTP Task.public InspectionDataResponse getResponse()
The raw HTTP response that is returned when you test an HTTP Task.
public InspectionData withResponse(InspectionDataResponse response)
The raw HTTP response that is returned when you test an HTTP Task.
response
- The raw HTTP response that is returned when you test an HTTP Task.public String toString()
toString
in class Object
Object.toString()
public InspectionData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.