@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringDefaultValues extends Object implements Serializable, Cloneable, StructuredPojo
The default values of the StringParameterDeclaration
.
Constructor and Description |
---|
StringDefaultValues() |
Modifier and Type | Method and Description |
---|---|
StringDefaultValues |
clone() |
boolean |
equals(Object obj) |
DynamicDefaultValue |
getDynamicValue()
The dynamic value of the
StringDefaultValues . |
List<String> |
getStaticValues()
The static values of the
DecimalDefaultValues . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
StringDefaultValues . |
void |
setStaticValues(Collection<String> staticValues)
The static values of the
DecimalDefaultValues . |
String |
toString()
Returns a string representation of this object.
|
StringDefaultValues |
withDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the
StringDefaultValues . |
StringDefaultValues |
withStaticValues(Collection<String> staticValues)
The static values of the
DecimalDefaultValues . |
StringDefaultValues |
withStaticValues(String... staticValues)
The static values of the
DecimalDefaultValues . |
public void setDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the StringDefaultValues
. Different defaults displayed according to users,
groups, and values mapping.
dynamicValue
- The dynamic value of the StringDefaultValues
. Different defaults displayed according to
users, groups, and values mapping.public DynamicDefaultValue getDynamicValue()
The dynamic value of the StringDefaultValues
. Different defaults displayed according to users,
groups, and values mapping.
StringDefaultValues
. Different defaults displayed according to
users, groups, and values mapping.public StringDefaultValues withDynamicValue(DynamicDefaultValue dynamicValue)
The dynamic value of the StringDefaultValues
. Different defaults displayed according to users,
groups, and values mapping.
dynamicValue
- The dynamic value of the StringDefaultValues
. Different defaults displayed according to
users, groups, and values mapping.public List<String> getStaticValues()
The static values of the DecimalDefaultValues
.
DecimalDefaultValues
.public void setStaticValues(Collection<String> staticValues)
The static values of the DecimalDefaultValues
.
staticValues
- The static values of the DecimalDefaultValues
.public StringDefaultValues withStaticValues(String... staticValues)
The static values of the DecimalDefaultValues
.
NOTE: This method appends the values to the existing list (if any). Use
setStaticValues(java.util.Collection)
or withStaticValues(java.util.Collection)
if you want to
override the existing values.
staticValues
- The static values of the DecimalDefaultValues
.public StringDefaultValues withStaticValues(Collection<String> staticValues)
The static values of the DecimalDefaultValues
.
staticValues
- The static values of the DecimalDefaultValues
.public String toString()
toString
in class Object
Object.toString()
public StringDefaultValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.