public static final class AwsApiCallOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsApiCallOptions
AwsApiCallOptions
AwsApiCallOptions.Builder, AwsApiCallOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApi()
(experimental) The api call to make, i.e.
|
java.lang.Object |
getParameters()
(experimental) Any parameters to pass to the api call.
|
java.lang.String |
getService()
(experimental) The AWS service, i.e.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApi()
AwsApiCallOptions
getApi
in interface AwsApiCallOptions
public final java.lang.String getService()
AwsApiCallOptions
getService
in interface AwsApiCallOptions
public final java.lang.Object getParameters()
AwsApiCallOptions
Default: - no parameters
getParameters
in interface AwsApiCallOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()