Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetExportRequest.Builder,GetExportRequest>
@Generated("software.amazon.awssdk:codegen") public class GetExportRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetExportRequest.Builder,GetExportRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetExportRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accepts() |
The content-type of the export, for example
application/json . |
static GetExportRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exportType() |
The type of export.
|
int |
hashCode() |
|
Map<String,String> |
parameters() |
A key-value map of query string parameters that specify properties of the export, depending on the requested
exportType . |
String |
restApiId() |
The identifier of the RestApi to be exported.
|
static Class<? extends GetExportRequest.Builder> |
serializableBuilderClass() |
|
String |
stageName() |
The name of the Stage that will be exported.
|
GetExportRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
The identifier of the RestApi to be exported.
public String stageName()
The name of the Stage that will be exported.
public String exportType()
The type of export. Currently only 'swagger' is supported.
public Map<String,String> parameters()
A key-value map of query string parameters that specify properties of the export, depending on the requested
exportType
. For exportType
swagger
, any combination of the following
parameters are supported: integrations
will export the API with x-amazon-apigateway-integration
extensions. authorizers
will export the API with x-amazon-apigateway-authorizer extensions.
postman
will export the API with Postman extensions, allowing for import to the Postman tool
exportType
. For exportType
swagger
, any combination of
the following parameters are supported: integrations
will export the API with
x-amazon-apigateway-integration extensions. authorizers
will export the API with
x-amazon-apigateway-authorizer extensions. postman
will export the API with Postman
extensions, allowing for import to the Postman toolpublic String accepts()
The content-type of the export, for example application/json
. Currently
application/json
and application/yaml
are supported for exportType
of
swagger
. This should be specified in the Accept
header for direct API requests.
application/json
. Currently
application/json
and application/yaml
are supported for exportType
of swagger
. This should be specified in the Accept
header for direct API
requests.public GetExportRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetExportRequest.Builder,GetExportRequest>
public static GetExportRequest.Builder builder()
public static Class<? extends GetExportRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.