@Generated(value="software.amazon.awssdk:codegen") public final class CreateDocumentationPartRequest extends ApiGatewayRequest implements ToCopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>
Creates a new documentation part of a given API.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateDocumentationPartRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateDocumentationPartRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
DocumentationPartLocation |
location()
The location of the targeted API entity of the to-be-created documentation part.
|
String |
properties()
The new documentation content map of the targeted API entity.
|
String |
restApiId()
The string identifier of the associated RestApi.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateDocumentationPartRequest.Builder> |
serializableBuilderClass() |
CreateDocumentationPartRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String restApiId()
The string identifier of the associated RestApi.
public final DocumentationPartLocation location()
The location of the targeted API entity of the to-be-created documentation part.
public final String properties()
The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
public CreateDocumentationPartRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateDocumentationPartRequest.Builder,CreateDocumentationPartRequest>toBuilder in class ApiGatewayRequestpublic static CreateDocumentationPartRequest.Builder builder()
public static Class<? extends CreateDocumentationPartRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.