@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionParameter extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ExecutionParameter() |
Modifier and Type | Method and Description |
---|---|
ExecutionParameter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDefaultValues() |
String |
getName() |
String |
getType() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultValues(Collection<String> defaultValues) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString()
Returns a string representation of this object.
|
ExecutionParameter |
withDefaultValues(Collection<String> defaultValues) |
ExecutionParameter |
withDefaultValues(String... defaultValues)
NOTE: This method appends the values to the existing list (if any).
|
ExecutionParameter |
withName(String name) |
ExecutionParameter |
withType(String type) |
public void setName(String name)
name
- public String getName()
public ExecutionParameter withName(String name)
name
- public void setType(String type)
type
- public String getType()
public ExecutionParameter withType(String type)
type
- public void setDefaultValues(Collection<String> defaultValues)
defaultValues
- public ExecutionParameter withDefaultValues(String... defaultValues)
NOTE: This method appends the values to the existing list (if any). Use
setDefaultValues(java.util.Collection)
or withDefaultValues(java.util.Collection)
if you want
to override the existing values.
defaultValues
- public ExecutionParameter withDefaultValues(Collection<String> defaultValues)
defaultValues
- public String toString()
toString
in class Object
Object.toString()
public ExecutionParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.