@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExecutionParameter extends Object implements Serializable, Cloneable, StructuredPojo
Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.
Constructor and Description |
---|
ExecutionParameter() |
Modifier and Type | Method and Description |
---|---|
ExecutionParameter |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDefaultValues()
The default values for the execution parameter.
|
String |
getName()
The name of the execution parameter.
|
String |
getType()
The execution parameter type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDefaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
|
void |
setName(String name)
The name of the execution parameter.
|
void |
setType(String type)
The execution parameter type.
|
String |
toString()
Returns a string representation of this object.
|
ExecutionParameter |
withDefaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
|
ExecutionParameter |
withDefaultValues(String... defaultValues)
The default values for the execution parameter.
|
ExecutionParameter |
withName(String name)
The name of the execution parameter.
|
ExecutionParameter |
withType(String type)
The execution parameter type.
|
public void setName(String name)
The name of the execution parameter.
name
- The name of the execution parameter.public String getName()
The name of the execution parameter.
public ExecutionParameter withName(String name)
The name of the execution parameter.
name
- The name of the execution parameter.public void setType(String type)
The execution parameter type.
type
- The execution parameter type.public String getType()
The execution parameter type.
public ExecutionParameter withType(String type)
The execution parameter type.
type
- The execution parameter type.public List<String> getDefaultValues()
The default values for the execution parameter.
public void setDefaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
defaultValues
- The default values for the execution parameter.public ExecutionParameter withDefaultValues(String... defaultValues)
The default values for the execution parameter.
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
- The default values for the execution parameter.public ExecutionParameter withDefaultValues(Collection<String> defaultValues)
The default values for the execution parameter.
defaultValues
- The default values for the execution parameter.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.