@Generated(value="software.amazon.awssdk:codegen") public final class PlatformFramework extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlatformFramework.Builder,PlatformFramework>
A framework supported by the platform.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlatformFramework.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlatformFramework.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the framework.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlatformFramework.Builder> |
serializableBuilderClass() |
PlatformFramework.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
version()
The version of the framework.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the framework.
public final String version()
The version of the framework.
public PlatformFramework.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlatformFramework.Builder,PlatformFramework>public static PlatformFramework.Builder builder()
public static Class<? extends PlatformFramework.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.