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:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomParameter.Builderbuilder()final StringThe default value of the parameter.final StringThe description of the parameter.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringThe filed type of the parameter.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final BooleanSpecifies whether the parameter is editable.final BooleanSpecifies whether the custom parameter is optional.final BooleanSpecifies whether a parameter value can be updated after creation.final StringkeyName()The key name of the parameter.static Class<? extends CustomParameter.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
defaultValue
The default value of the parameter.
- Returns:
- The default value of the parameter.
-
description
The description of the parameter.
- Returns:
- The description of the parameter.
-
fieldType
The filed type of the parameter.
- Returns:
- The filed type of the parameter.
-
isEditable
Specifies whether the parameter is editable.
- Returns:
- Specifies whether the parameter is editable.
-
isOptional
Specifies whether the custom parameter is optional.
- Returns:
- Specifies whether the custom parameter is optional.
-
isUpdateSupported
Specifies whether a parameter value can be updated after creation.
- Returns:
- Specifies whether a parameter value can be updated after creation.
-
keyName
The key name of the parameter.
- Returns:
- The key name of the parameter.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomParameter.Builder,CustomParameter> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-