@Generated(value="software.amazon.awssdk:codegen") public final class CustomParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomParameter.Builder,CustomParameter>
The details of user parameters of an environment blueprint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CustomParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CustomParameter.Builder |
builder() |
String |
defaultValue()
The default value of the parameter.
|
String |
description()
The description of the parameter.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fieldType()
The filed type of the parameter.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isEditable()
Specifies whether the parameter is editable.
|
Boolean |
isOptional()
Specifies whether the custom parameter is optional.
|
String |
keyName()
The key name of the parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CustomParameter.Builder> |
serializableBuilderClass() |
CustomParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String defaultValue()
The default value of the parameter.
public final String description()
The description of the parameter.
public final String fieldType()
The filed type of the parameter.
public final Boolean isEditable()
Specifies whether the parameter is editable.
public final Boolean isOptional()
Specifies whether the custom parameter is optional.
public final String keyName()
The key name of the parameter.
public CustomParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CustomParameter.Builder,CustomParameter>public static CustomParameter.Builder builder()
public static Class<? extends CustomParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.