Class CustomParameter
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.CustomParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomParameter.Builder,CustomParameter>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomParameter.Builderbuilder()StringdefaultValue()The default value of the parameter.Stringdescription()The description of the parameter.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldType()The filed type of the parameter.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisEditable()Specifies whether the parameter is editable.BooleanisOptional()Specifies whether the custom parameter is optional.StringkeyName()The key name of the parameter.List<SdkField<?>>sdkFields()static Class<? extends CustomParameter.Builder>serializableBuilderClass()CustomParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
defaultValue
public final String defaultValue()
The default value of the parameter.
- Returns:
- The default value of the parameter.
-
description
public final String description()
The description of the parameter.
- Returns:
- The description of the parameter.
-
fieldType
public final String fieldType()
The filed type of the parameter.
- Returns:
- The filed type of the parameter.
-
isEditable
public final Boolean isEditable()
Specifies whether the parameter is editable.
- Returns:
- Specifies whether the parameter is editable.
-
isOptional
public final Boolean isOptional()
Specifies whether the custom parameter is optional.
- Returns:
- Specifies whether the custom parameter is optional.
-
keyName
public final String keyName()
The key name of the parameter.
- Returns:
- The key name of the parameter.
-
toBuilder
public CustomParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomParameter.Builder,CustomParameter>
-
builder
public static CustomParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomParameter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-