Interface MethodAndPath
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MethodAndPath.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-07T06:39:53.634Z") @Stability(Experimental) public interface MethodAndPath extends software.amazon.jsii.JsiiSerializable
(experimental) Structure to contain an API operation's method and path.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodAndPath.BuilderA builder forMethodAndPathstatic classMethodAndPath.Jsii$ProxyAn implementation forMethodAndPath
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static MethodAndPath.Builderbuilder()StringgetMethod()(experimental) The http method of this operation.StringgetPath()(experimental) The path of this operation in the api.
-
-
-
Method Detail
-
getMethod
@Stability(Experimental) @NotNull String getMethod()
(experimental) The http method of this operation.
-
getPath
@Stability(Experimental) @NotNull String getPath()
(experimental) The path of this operation in the api.
-
builder
@Stability(Experimental) static MethodAndPath.Builder builder()
- Returns:
- a
MethodAndPath.BuilderofMethodAndPath
-
-