Interface MethodAndPath
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IntegrationGrantProps,IntegrationRenderProps
- All Known Implementing Classes:
IntegrationGrantProps.Jsii$Proxy,IntegrationRenderProps.Jsii$Proxy,MethodAndPath.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:24.811Z") @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
-
-