@Generated(value="software.amazon.awssdk:codegen") public final class VersionOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VersionOptions.Builder,VersionOptions>
The options for an annotation store version.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VersionOptions.Builder |
static class |
VersionOptions.Type |
| Modifier and Type | Method and Description |
|---|---|
static VersionOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static VersionOptions |
fromTsvVersionOptions(Consumer<TsvVersionOptions.Builder> tsvVersionOptions)
Create an instance of this class with
tsvVersionOptions() initialized to the given value. |
static VersionOptions |
fromTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
Create an instance of this class with
tsvVersionOptions() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VersionOptions.Builder> |
serializableBuilderClass() |
VersionOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TsvVersionOptions |
tsvVersionOptions()
File settings for a version of a TSV store.
|
VersionOptions.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TsvVersionOptions tsvVersionOptions()
File settings for a version of a TSV store.
public VersionOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VersionOptions.Builder,VersionOptions>public static VersionOptions.Builder builder()
public static Class<? extends VersionOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static VersionOptions fromTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
tsvVersionOptions() initialized to the given value.
File settings for a version of a TSV store.
tsvVersionOptions - File settings for a version of a TSV store.public static VersionOptions fromTsvVersionOptions(Consumer<TsvVersionOptions.Builder> tsvVersionOptions)
tsvVersionOptions() initialized to the given value.
File settings for a version of a TSV store.
tsvVersionOptions - File settings for a version of a TSV store.public VersionOptions.Type type()
VersionOptions.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be VersionOptions.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.