@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LaunchActionParameter extends Object implements Serializable, Cloneable, StructuredPojo
Launch action parameter.
| Constructor and Description |
|---|
LaunchActionParameter() |
| Modifier and Type | Method and Description |
|---|---|
LaunchActionParameter |
clone() |
boolean |
equals(Object obj) |
String |
getType()
Type.
|
String |
getValue()
Value.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setType(String type)
Type.
|
void |
setValue(String value)
Value.
|
String |
toString()
Returns a string representation of this object.
|
LaunchActionParameter |
withType(LaunchActionParameterType type)
Type.
|
LaunchActionParameter |
withType(String type)
Type.
|
LaunchActionParameter |
withValue(String value)
Value.
|
public void setType(String type)
Type.
type - Type.LaunchActionParameterTypepublic String getType()
Type.
LaunchActionParameterTypepublic LaunchActionParameter withType(String type)
Type.
type - Type.LaunchActionParameterTypepublic LaunchActionParameter withType(LaunchActionParameterType type)
Type.
type - Type.LaunchActionParameterTypepublic void setValue(String value)
Value.
value - Value.public String getValue()
Value.
public LaunchActionParameter withValue(String value)
Value.
value - Value.public String toString()
toString in class ObjectObject.toString()public LaunchActionParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.