Class DocumentationVersion
java.lang.Object
software.amazon.awssdk.services.apigateway.model.DocumentationVersion
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>
@Generated("software.amazon.awssdk:codegen")
public final class DocumentationVersion
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>
A snapshot of the documentation of an API.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentationVersion.Builderbuilder()final InstantThe date when the API documentation snapshot is created.final StringThe description of the API documentation snapshot.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DocumentationVersion.Builder>final StringtoString()Returns a string representation of this object.final Stringversion()The version identifier of the API documentation snapshot.Methods 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
-
version
The version identifier of the API documentation snapshot.
- Returns:
- The version identifier of the API documentation snapshot.
-
createdDate
The date when the API documentation snapshot is created.
- Returns:
- The date when the API documentation snapshot is created.
-
description
The description of the API documentation snapshot.
- Returns:
- The description of the API documentation snapshot.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DocumentationVersion.Builder,DocumentationVersion>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-