@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InspectionDataRequest 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 information.
Constructor and Description |
---|
InspectionDataRequest() |
Modifier and Type | Method and Description |
---|---|
InspectionDataRequest |
clone() |
boolean |
equals(Object obj) |
String |
getBody()
The request body for the HTTP request.
|
String |
getHeaders()
The request headers associated with the HTTP request.
|
String |
getMethod()
The HTTP method used for the HTTP request.
|
String |
getProtocol()
The protocol used to make the HTTP request.
|
String |
getUrl()
The API endpoint used for the HTTP request.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBody(String body)
The request body for the HTTP request.
|
void |
setHeaders(String headers)
The request headers associated with the HTTP request.
|
void |
setMethod(String method)
The HTTP method used for the HTTP request.
|
void |
setProtocol(String protocol)
The protocol used to make the HTTP request.
|
void |
setUrl(String url)
The API endpoint used for the HTTP request.
|
String |
toString()
Returns a string representation of this object.
|
InspectionDataRequest |
withBody(String body)
The request body for the HTTP request.
|
InspectionDataRequest |
withHeaders(String headers)
The request headers associated with the HTTP request.
|
InspectionDataRequest |
withMethod(String method)
The HTTP method used for the HTTP request.
|
InspectionDataRequest |
withProtocol(String protocol)
The protocol used to make the HTTP request.
|
InspectionDataRequest |
withUrl(String url)
The API endpoint used for the HTTP request.
|
public void setProtocol(String protocol)
The protocol used to make the HTTP request.
protocol
- The protocol used to make the HTTP request.public String getProtocol()
The protocol used to make the HTTP request.
public InspectionDataRequest withProtocol(String protocol)
The protocol used to make the HTTP request.
protocol
- The protocol used to make the HTTP request.public void setMethod(String method)
The HTTP method used for the HTTP request.
method
- The HTTP method used for the HTTP request.public String getMethod()
The HTTP method used for the HTTP request.
public InspectionDataRequest withMethod(String method)
The HTTP method used for the HTTP request.
method
- The HTTP method used for the HTTP request.public void setUrl(String url)
The API endpoint used for the HTTP request.
url
- The API endpoint used for the HTTP request.public String getUrl()
The API endpoint used for the HTTP request.
public InspectionDataRequest withUrl(String url)
The API endpoint used for the HTTP request.
url
- The API endpoint used for the HTTP request.public void setHeaders(String headers)
The request headers associated with the HTTP request.
headers
- The request headers associated with the HTTP request.public String getHeaders()
The request headers associated with the HTTP request.
public InspectionDataRequest withHeaders(String headers)
The request headers associated with the HTTP request.
headers
- The request headers associated with the HTTP request.public void setBody(String body)
The request body for the HTTP request.
body
- The request body for the HTTP request.public String getBody()
The request body for the HTTP request.
public InspectionDataRequest withBody(String body)
The request body for the HTTP request.
body
- The request body for the HTTP request.public String toString()
toString
in class Object
Object.toString()
public InspectionDataRequest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.