@Generated(value="software.amazon.awssdk:codegen") public final class ViewVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ViewVersionSummary.Builder,ViewVersionSummary>
A summary of a view version's metadata.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ViewVersionSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the view version.
|
static ViewVersionSummary.Builder |
builder() |
String |
description()
The description of the view version.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the view version.
|
String |
name()
The name of the view version.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ViewVersionSummary.Builder> |
serializableBuilderClass() |
ViewVersionSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ViewType |
type()
The type of the view version.
|
String |
typeAsString()
The type of the view version.
|
Integer |
version()
The sequentially incremented version of the view version.
|
String |
versionDescription()
The description of the view version.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String id()
The identifier of the view version.
public final String arn()
The Amazon Resource Name (ARN) of the view version.
public final String description()
The description of the view version.
public final String name()
The name of the view version.
public final ViewType type()
The type of the view version.
If the service returns an enum value that is not available in the current SDK version, type will return
ViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ViewTypepublic final String typeAsString()
The type of the view version.
If the service returns an enum value that is not available in the current SDK version, type will return
ViewType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ViewTypepublic final Integer version()
The sequentially incremented version of the view version.
public final String versionDescription()
The description of the view version.
public ViewVersionSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ViewVersionSummary.Builder,ViewVersionSummary>public static ViewVersionSummary.Builder builder()
public static Class<? extends ViewVersionSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.