Class AwsApiCallRequest.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.integtests.alpha.AwsApiCallRequest.Jsii$Proxy
- All Implemented Interfaces:
AwsApiCallRequest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AwsApiCallRequest
@Stability(Experimental)
@Internal
public static final class AwsApiCallRequest.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AwsApiCallRequest
An implementation for
AwsApiCallRequest-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.integtests.alpha.AwsApiCallRequest
AwsApiCallRequest.Builder, AwsApiCallRequest.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(AwsApiCallRequest.Builder builder) Constructor that initializes the object based on literal property values passed by theAwsApiCallRequest.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringgetApi()(experimental) The AWS api call to make i.e.final String(experimental) Whether or not to flatten the response from the api call.(experimental) Restrict the data returned by the API call to specific paths in the API response.final Object(experimental) Any parameters to pass to the api call.final String(experimental) The AWS service i.e.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theAwsApiCallRequest.Builder.
-
-
Method Details
-
getApi
Description copied from interface:AwsApiCallRequest(experimental) The AWS api call to make i.e. getBucketLifecycle.- Specified by:
getApiin interfaceAwsApiCallRequest
-
getService
Description copied from interface:AwsApiCallRequest(experimental) The AWS service i.e. S3.- Specified by:
getServicein interfaceAwsApiCallRequest
-
getFlattenResponse
Description copied from interface:AwsApiCallRequest(experimental) Whether or not to flatten the response from the api call.Valid values are 'true' or 'false' as strings
Typically when using an SdkRequest you will be passing it as the
actualvalue to an assertion provider so this would be set to 'false' (you want the actual response).If you are using the SdkRequest to perform more of a query to return a single value to use, then this should be set to 'true'. For example, you could make a StepFunctions.startExecution api call and retrieve the
executionArnfrom the response.Default: 'false'
- Specified by:
getFlattenResponsein interfaceAwsApiCallRequest
-
getOutputPaths
Description copied from interface:AwsApiCallRequest(experimental) Restrict the data returned by the API call to specific paths in the API response.Use this to limit the data returned by the custom resource if working with API calls that could potentially result in custom response objects exceeding the hard limit of 4096 bytes.
Default: - return all data
- Specified by:
getOutputPathsin interfaceAwsApiCallRequest
-
getParameters
Description copied from interface:AwsApiCallRequest(experimental) Any parameters to pass to the api call.Default: - no parameters
- Specified by:
getParametersin interfaceAwsApiCallRequest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-