@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalysisParameter.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AnalysisParameter.Builder |
builder() |
String |
defaultValue()
Optional.
|
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 parameter.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisParameter.Builder> |
serializableBuilderClass() |
AnalysisParameter.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ParameterType |
type()
The type of parameter.
|
String |
typeAsString()
The type of parameter.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
public final ParameterType type()
The type of parameter.
If the service returns an enum value that is not available in the current SDK version, type will return
ParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ParameterTypepublic final String typeAsString()
The type of parameter.
If the service returns an enum value that is not available in the current SDK version, type will return
ParameterType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
ParameterTypepublic 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.
public AnalysisParameter.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalysisParameter.Builder,AnalysisParameter>public static AnalysisParameter.Builder builder()
public static Class<? extends AnalysisParameter.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.