@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLaunchActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
PutLaunchActionResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setActionCode(String actionCode)
Launch action code.
actionCode
- Launch action code.public String getActionCode()
Launch action code.
public PutLaunchActionResult withActionCode(String actionCode)
Launch action code.
actionCode
- Launch action code.public void setActionId(String actionId)
actionId
- public String getActionId()
public PutLaunchActionResult withActionId(String actionId)
actionId
- public void setActionVersion(String actionVersion)
actionVersion
- public String getActionVersion()
public PutLaunchActionResult withActionVersion(String actionVersion)
actionVersion
- public void setActive(Boolean active)
Whether the launch action is active.
active
- Whether the launch action is active.public Boolean getActive()
Whether the launch action is active.
public PutLaunchActionResult withActive(Boolean active)
Whether the launch action is active.
active
- Whether the launch action is active.public Boolean isActive()
Whether the launch action is active.
public void setCategory(String category)
category
- LaunchActionCategory
public String getCategory()
LaunchActionCategory
public PutLaunchActionResult withCategory(String category)
category
- LaunchActionCategory
public PutLaunchActionResult withCategory(LaunchActionCategory category)
category
- LaunchActionCategory
public void setDescription(String description)
description
- public String getDescription()
public PutLaunchActionResult withDescription(String description)
description
- public void setName(String name)
name
- public String getName()
public PutLaunchActionResult withName(String name)
name
- public void setOptional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
optional
- Whether the launch will not be marked as failed if this action fails.public Boolean getOptional()
Whether the launch will not be marked as failed if this action fails.
public PutLaunchActionResult withOptional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
optional
- Whether the launch will not be marked as failed if this action fails.public Boolean isOptional()
Whether the launch will not be marked as failed if this action fails.
public void setOrder(Integer order)
order
- public Integer getOrder()
public PutLaunchActionResult withOrder(Integer order)
order
- public Map<String,LaunchActionParameter> getParameters()
public void setParameters(Map<String,LaunchActionParameter> parameters)
parameters
- public PutLaunchActionResult withParameters(Map<String,LaunchActionParameter> parameters)
parameters
- public PutLaunchActionResult addParametersEntry(String key, LaunchActionParameter value)
public PutLaunchActionResult clearParametersEntries()
public void setResourceId(String resourceId)
resourceId
- public String getResourceId()
public PutLaunchActionResult withResourceId(String resourceId)
resourceId
- public void setType(String type)
Launch action type.
type
- Launch action type.LaunchActionType
public String getType()
Launch action type.
LaunchActionType
public PutLaunchActionResult withType(String type)
Launch action type.
type
- Launch action type.LaunchActionType
public PutLaunchActionResult withType(LaunchActionType type)
Launch action type.
type
- Launch action type.LaunchActionType
public String toString()
toString
in class Object
Object.toString()
public PutLaunchActionResult clone()