@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.382Z") @Stability(value=Experimental) public interface AwsApiCallResult extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.integtests.*;
Object apiCallResponse;
AwsApiCallResult awsApiCallResult = AwsApiCallResult.builder()
.apiCallResponse(apiCallResponse)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsApiCallResult.Builder
A builder for
AwsApiCallResult |
static class |
AwsApiCallResult.Jsii$Proxy
An implementation for
AwsApiCallResult |
| Modifier and Type | Method and Description |
|---|---|
static AwsApiCallResult.Builder |
builder() |
Object |
getApiCallResponse()
(experimental) The full api response.
|
@Stability(value=Experimental) @NotNull Object getApiCallResponse()
@Stability(value=Experimental) static AwsApiCallResult.Builder builder()
AwsApiCallResult.Builder of AwsApiCallResultCopyright © 2022. All rights reserved.