ToCopyableBuilder<ImportRestApiResponse.Builder,ImportRestApiResponse>
@Generated("software.amazon.awssdk:codegen") public class ImportRestApiResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ImportRestApiResponse.Builder,ImportRestApiResponse>
Represents a REST API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ImportRestApiResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
binaryMediaTypes() |
The list of binary media types supported by the RestApi.
|
static ImportRestApiResponse.Builder |
builder() |
|
Date |
createdDate() |
The timestamp when the API was created.
|
String |
description() |
The API's description.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
id() |
The API's identifier.
|
String |
name() |
The API's name.
|
static Class<? extends ImportRestApiResponse.Builder> |
serializableBuilderClass() |
|
ImportRestApiResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
A version identifier for the API.
|
List<String> |
warnings() |
The warning messages reported when
failonwarnings is turned on during API import. |
setSdkHttpMetadata, setSdkResponseMetadata
public String id()
The API's identifier. This identifier is unique across all of your APIs in Amazon API Gateway.
public String name()
The API's name.
public String description()
The API's description.
public Date createdDate()
The timestamp when the API was created.
public String version()
A version identifier for the API.
public List<String> warnings()
The warning messages reported when failonwarnings
is turned on during API import.
failonwarnings
is turned on during API import.public ImportRestApiResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ImportRestApiResponse.Builder,ImportRestApiResponse>
public static ImportRestApiResponse.Builder builder()
public static Class<? extends ImportRestApiResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.