Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateRestApiRequest.Builder,CreateRestApiRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateRestApiRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateRestApiRequest.Builder,CreateRestApiRequest>
The POST Request to add a new RestApi resource to your collection.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateRestApiRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
binaryMediaTypes() |
The list of binary media types supported by the RestApi.
|
static CreateRestApiRequest.Builder |
builder() |
|
String |
cloneFrom() |
The ID of the RestApi that you want to clone from.
|
String |
description() |
The description of the RestApi.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the RestApi.
|
static Class<? extends CreateRestApiRequest.Builder> |
serializableBuilderClass() |
|
CreateRestApiRequest.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.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String description()
The description of the RestApi.
public String version()
A version identifier for the API.
public String cloneFrom()
The ID of the RestApi that you want to clone from.
public CreateRestApiRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateRestApiRequest.Builder,CreateRestApiRequest>
public static CreateRestApiRequest.Builder builder()
public static Class<? extends CreateRestApiRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.