Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateDocumentationPartRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
Creates a new documentation part of a given API.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateDocumentationPartRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateDocumentationPartRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
DocumentationPartLocation |
location() |
[Required] The location of the targeted API entity of the to-be-created documentation part.
|
String |
properties() |
[Required] The new documentation content map of the targeted API entity.
|
String |
restApiId() |
[Required] The identifier of an API of the to-be-created documentation part.
|
static Class<? extends CreateDocumentationPartRequest.Builder> |
serializableBuilderClass() |
|
CreateDocumentationPartRequest.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()
[Required] The identifier of an API of the to-be-created documentation part.
public DocumentationPartLocation location()
[Required] The location of the targeted API entity of the to-be-created documentation part.
public String properties()
[Required] The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only Swagger-compliant key-value pairs can be exported and, hence, published.
public CreateDocumentationPartRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
public static CreateDocumentationPartRequest.Builder builder()
public static Class<? extends CreateDocumentationPartRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.