@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StringParameter extends Object implements Serializable, Cloneable, StructuredPojo
String parameter.
| Constructor and Description |
|---|
StringParameter() |
| Modifier and Type | Method and Description |
|---|---|
StringParameter |
clone() |
boolean |
equals(Object obj) |
String |
getName()
A display name for the dataset.
|
List<String> |
getValues()
Values.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setName(String name)
A display name for the dataset.
|
void |
setValues(Collection<String> values)
Values.
|
String |
toString()
Returns a string representation of this object.
|
StringParameter |
withName(String name)
A display name for the dataset.
|
StringParameter |
withValues(Collection<String> values)
Values.
|
StringParameter |
withValues(String... values)
Values.
|
public void setName(String name)
A display name for the dataset.
name - A display name for the dataset.public String getName()
A display name for the dataset.
public StringParameter withName(String name)
A display name for the dataset.
name - A display name for the dataset.public void setValues(Collection<String> values)
Values.
values - Values.public StringParameter withValues(String... values)
Values.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection) or withValues(java.util.Collection) if you want to override the
existing values.
values - Values.public StringParameter withValues(Collection<String> values)
Values.
values - Values.public String toString()
toString in class ObjectObject.toString()public StringParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.