ToCopyableBuilder<CreateRestApiResponse.Builder,CreateRestApiResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateRestApiResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateRestApiResponse.Builder,CreateRestApiResponse>
Represents a REST API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateRestApiResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<String> |
binaryMediaTypes() |
The list of binary media types supported by the RestApi.
|
static CreateRestApiResponse.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 CreateRestApiResponse.Builder> |
serializableBuilderClass() |
|
CreateRestApiResponse.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 CreateRestApiResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateRestApiResponse.Builder,CreateRestApiResponse>
public static CreateRestApiResponse.Builder builder()
public static Class<? extends CreateRestApiResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.