Class ImportDocumentationPartsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ImportDocumentationPartsRequest.Builder,ImportDocumentationPartsRequest>
Import documentation parts from an external (e.g., OpenAPI) definition file.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal SdkBytesbody()Raw byte array representing the to-be-imported documentation parts.builder()final booleanfinal booleanequalsBySdkFields(Object obj) final BooleanA query parameter to specify whether to rollback the documentation importation (true) or not (false) when a warning is encountered.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final PutModemode()A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.final StringA query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.final StringThe string identifier of the associated RestApi.static Class<? extends ImportDocumentationPartsRequest.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
restApiId
The string identifier of the associated RestApi.
- Returns:
- The string identifier of the associated RestApi.
-
mode
A query parameter to indicate whether to overwrite (
overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value ismerge.If the service returns an enum value that is not available in the current SDK version,
modewill returnPutMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- A query parameter to indicate whether to overwrite (
overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value ismerge. - See Also:
-
modeAsString
A query parameter to indicate whether to overwrite (
overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value ismerge.If the service returns an enum value that is not available in the current SDK version,
modewill returnPutMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- A query parameter to indicate whether to overwrite (
overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one. The default value ismerge. - See Also:
-
failOnWarnings
A query parameter to specify whether to rollback the documentation importation (
true) or not (false) when a warning is encountered. The default value isfalse.- Returns:
- A query parameter to specify whether to rollback the documentation importation (
true) or not (false) when a warning is encountered. The default value isfalse.
-
body
Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.
- Returns:
- Raw byte array representing the to-be-imported documentation parts. To import from an OpenAPI file, this is a JSON object.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportDocumentationPartsRequest.Builder,ImportDocumentationPartsRequest> - Specified by:
toBuilderin classApiGatewayRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-