Interface HttpExample
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HttpExample.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-08-20T01:46:20.836Z") @Stability(Stable) public interface HttpExample extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHttpExample.BuilderA builder forHttpExamplestatic classHttpExample.Jsii$ProxyAn implementation forHttpExample
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HttpExample.Builderbuilder()ObjectgetRequest()A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence MatcherHttpRequest).ObjectgetResponse()A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence MatcherHttpResponse).
-
-
-
Method Detail
-
getRequest
@Stability(Stable) @NotNull Object getRequest()
A test equivalence matcher that will match an HTTP request (recommended: the Test Equivalence MatcherHttpRequest).
-
getResponse
@Stability(Stable) @NotNull Object getResponse()
A test equivalence matcher that will match an HTTP response (recommended: the Test Equivalence MatcherHttpResponse).
-
builder
@Stability(Stable) static HttpExample.Builder builder()
- Returns:
- a
HttpExample.BuilderofHttpExample
-
-