public static final class AwsApiInput.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AwsApiInput
AwsApiInput
AwsApiInput.Builder, AwsApiInput.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 |
getAction()
The service action to call.
|
java.lang.String |
getApiVersion()
API version to use for the service.
|
java.lang.String |
getCatchErrorPattern()
The regex pattern to use to catch API errors.
|
java.lang.Object |
getParameters()
The parameters for the service action.
|
java.lang.String |
getService()
The service to call.
|
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 getAction()
AwsApiInput
getAction
in interface AwsApiInput
public final java.lang.String getService()
AwsApiInput
getService
in interface AwsApiInput
public final java.lang.String getApiVersion()
AwsApiInput
Default: - use latest available API version
getApiVersion
in interface AwsApiInput
public final java.lang.String getCatchErrorPattern()
AwsApiInput
The code
property of the
Error
object will be tested against this pattern. If there is a match an
error will not be thrown.
Default: - do not catch errors
getCatchErrorPattern
in interface AwsApiInput
public final java.lang.Object getParameters()
AwsApiInput
Default: - no parameters
getParameters
in interface AwsApiInput
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()