Class GetDocumentationPartsRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest>
Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Integerlimit()The maximum number of returned results per page.final LocationStatusTypeThe status of the API documentation parts to retrieve.final StringThe status of the API documentation parts to retrieve.final StringThe name of API entities of the to-be-retrieved documentation parts.final Stringpath()The path of API entities of the to-be-retrieved documentation parts.final Stringposition()The current pagination position in the paged result set.final StringThe string identifier of the associated RestApi.static Class<? extends GetDocumentationPartsRequest.Builder>final StringtoString()Returns a string representation of this object.final DocumentationPartTypetype()The type of API entities of the to-be-retrieved documentation parts.final StringThe type of API entities of the to-be-retrieved documentation parts.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.
-
type
The type of API entities of the to-be-retrieved documentation parts.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDocumentationPartType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of API entities of the to-be-retrieved documentation parts.
- See Also:
-
typeAsString
The type of API entities of the to-be-retrieved documentation parts.
If the service returns an enum value that is not available in the current SDK version,
typewill returnDocumentationPartType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of API entities of the to-be-retrieved documentation parts.
- See Also:
-
nameQuery
The name of API entities of the to-be-retrieved documentation parts.
- Returns:
- The name of API entities of the to-be-retrieved documentation parts.
-
path
The path of API entities of the to-be-retrieved documentation parts.
- Returns:
- The path of API entities of the to-be-retrieved documentation parts.
-
position
The current pagination position in the paged result set.
- Returns:
- The current pagination position in the paged result set.
-
limit
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
- Returns:
- The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
-
locationStatus
The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.If the service returns an enum value that is not available in the current SDK version,
locationStatuswill returnLocationStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocationStatusAsString().- Returns:
- The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content. - See Also:
-
locationStatusAsString
The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content.If the service returns an enum value that is not available in the current SDK version,
locationStatuswill returnLocationStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocationStatusAsString().- Returns:
- The status of the API documentation parts to retrieve. Valid values are
DOCUMENTEDfor retrieving DocumentationPart resources with content andUNDOCUMENTEDfor DocumentationPart resources without content. - See Also:
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetDocumentationPartsRequest.Builder,GetDocumentationPartsRequest> - 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
-