public class SerializedAs extends CompositeMarshallingAssertion
| Constructor and Description |
|---|
SerializedAs() |
| Modifier and Type | Method and Description |
|---|---|
void |
setBody(RequestBodyAssertion body) |
void |
setHeaders(HeadersAssertion headers) |
void |
setMethod(HttpMethodName method) |
void |
setParams(QueryParamsAssertion params) |
void |
setUri(String uri) |
assertMatchespublic void setBody(RequestBodyAssertion body)
public void setHeaders(HeadersAssertion headers)
public void setUri(String uri)
public void setMethod(HttpMethodName method)
public void setParams(QueryParamsAssertion params)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.