@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, setSdkResponseMetadatapublic 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 - LaunchActionCategorypublic String getCategory()
LaunchActionCategorypublic PutLaunchActionResult withCategory(String category)
category - LaunchActionCategorypublic PutLaunchActionResult withCategory(LaunchActionCategory category)
category - LaunchActionCategorypublic 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.LaunchActionTypepublic String getType()
Launch action type.
LaunchActionTypepublic PutLaunchActionResult withType(String type)
Launch action type.
type - Launch action type.LaunchActionTypepublic PutLaunchActionResult withType(LaunchActionType type)
Launch action type.
type - Launch action type.LaunchActionTypepublic String toString()
toString in class ObjectObject.toString()public PutLaunchActionResult clone()