@Generated(value="software.amazon.awssdk:codegen") public final class Ide extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ide.Builder,Ide>
Information about an integrated development environment (IDE) used in a Dev Environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Ide.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Ide.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 IDE.
|
String |
runtime()
A link to the IDE runtime image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Ide.Builder> |
serializableBuilderClass() |
Ide.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String runtime()
A link to the IDE runtime image.
public final String name()
The name of the IDE.
public Ide.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Ide.Builder,Ide>public static Ide.Builder builder()
public static Class<? extends Ide.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.