ToCopyableBuilder<PlatformFramework.Builder,PlatformFramework>
@Generated("software.amazon.awssdk:codegen") public class PlatformFramework extends Object implements ToCopyableBuilder<PlatformFramework.Builder,PlatformFramework>
A framework supported by the custom platform.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PlatformFramework.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PlatformFramework.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
name() |
The name of the framework.
|
static Class<? extends PlatformFramework.Builder> |
serializableBuilderClass() |
|
PlatformFramework.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
version() |
The version of the framework.
|
public String name()
The name of the framework.
public String version()
The version of the framework.
public PlatformFramework.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlatformFramework.Builder,PlatformFramework>
public static PlatformFramework.Builder builder()
public static Class<? extends PlatformFramework.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.