@Generated(value="software.amazon.awssdk:codegen") public final class Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Parameters.Builder,Parameters>
A list of Amazon QuickSight parameters and the list's override values.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.Builder |
builder() |
List<DateTimeParameter> |
dateTimeParameters()
The parameters that have a data type of date-time.
|
List<DecimalParameter> |
decimalParameters()
The parameters that have a data type of decimal.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDateTimeParameters()
For responses, this returns true if the service returned a value for the DateTimeParameters property.
|
boolean |
hasDecimalParameters()
For responses, this returns true if the service returned a value for the DecimalParameters property.
|
int |
hashCode() |
boolean |
hasIntegerParameters()
For responses, this returns true if the service returned a value for the IntegerParameters property.
|
boolean |
hasStringParameters()
For responses, this returns true if the service returned a value for the StringParameters property.
|
List<IntegerParameter> |
integerParameters()
The parameters that have a data type of integer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Parameters.Builder> |
serializableBuilderClass() |
List<StringParameter> |
stringParameters()
The parameters that have a data type of string.
|
Parameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasStringParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<StringParameter> stringParameters()
The parameters that have a data type of string.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasStringParameters() method.
public final boolean hasIntegerParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<IntegerParameter> integerParameters()
The parameters that have a data type of integer.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIntegerParameters() method.
public final boolean hasDecimalParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<DecimalParameter> decimalParameters()
The parameters that have a data type of decimal.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDecimalParameters() method.
public final boolean hasDateTimeParameters()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<DateTimeParameter> dateTimeParameters()
The parameters that have a data type of date-time.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDateTimeParameters() method.
public Parameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Parameters.Builder,Parameters>public static Parameters.Builder builder()
public static Class<? extends Parameters.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.