@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.LaunchActionParameterType
public String getType()
Type.
LaunchActionParameterType
public LaunchActionParameter withType(String type)
Type.
type
- Type.LaunchActionParameterType
public LaunchActionParameter withType(LaunchActionParameterType type)
Type.
type
- Type.LaunchActionParameterType
public 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 Object
Object.toString()
public LaunchActionParameter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.