@Generated(value="software.amazon.awssdk:codegen") public final class Parameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Parameters.Builder,Parameters>
Parameters.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Parameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.Builder |
builder() |
List<DateTimeParameter> |
dateTimeParameters()
DateTime parameters.
|
List<DecimalParameter> |
decimalParameters()
Decimal parameters.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDateTimeParameters()
Returns true if the DateTimeParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasDecimalParameters()
Returns true if the DecimalParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIntegerParameters()
Returns true if the IntegerParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasStringParameters()
Returns true if the StringParameters property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<IntegerParameter> |
integerParameters()
Integer parameters.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Parameters.Builder> |
serializableBuilderClass() |
List<StringParameter> |
stringParameters()
String parameters.
|
Parameters.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic boolean hasStringParameters()
public List<StringParameter> stringParameters()
String parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasStringParameters() to see if a value was sent in this field.
public boolean hasIntegerParameters()
public List<IntegerParameter> integerParameters()
Integer parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIntegerParameters() to see if a value was sent in this field.
public boolean hasDecimalParameters()
public List<DecimalParameter> decimalParameters()
Decimal parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDecimalParameters() to see if a value was sent in this field.
public boolean hasDateTimeParameters()
public List<DateTimeParameter> dateTimeParameters()
DateTime parameters.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDateTimeParameters() to see if a value was sent in this field.
public Parameters.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Parameters.Builder,Parameters>public static Parameters.Builder builder()
public static Class<? extends Parameters.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.