Class AnalysisParameter
- java.lang.Object
-
- software.amazon.awssdk.services.cleanrooms.model.AnalysisParameter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AnalysisParameter.Builder,AnalysisParameter>
@Generated("software.amazon.awssdk:codegen") public final class AnalysisParameter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisParameter.Builder,AnalysisParameter>
Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAnalysisParameter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AnalysisParameter.Builderbuilder()StringdefaultValue()Optional.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the parameter.List<SdkField<?>>sdkFields()static Class<? extends AnalysisParameter.Builder>serializableBuilderClass()AnalysisParameter.BuildertoBuilder()StringtoString()Returns a string representation of this object.ParameterTypetype()The type of parameter.StringtypeAsString()The type of parameter.-
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
-
name
public final String name()
The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
- Returns:
- The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.
-
type
public final ParameterType type()
The type of parameter.
If the service returns an enum value that is not available in the current SDK version,
typewill returnParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of parameter.
- See Also:
ParameterType
-
typeAsString
public final String typeAsString()
The type of parameter.
If the service returns an enum value that is not available in the current SDK version,
typewill returnParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of parameter.
- See Also:
ParameterType
-
defaultValue
public final String defaultValue()
Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
- Returns:
- Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
-
toBuilder
public AnalysisParameter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AnalysisParameter.Builder,AnalysisParameter>
-
builder
public static AnalysisParameter.Builder builder()
-
serializableBuilderClass
public static Class<? extends AnalysisParameter.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.
-
-