@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutLaunchActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
PutLaunchActionRequest() |
Modifier and Type | Method and Description |
---|---|
PutLaunchActionRequest |
addParametersEntry(String key,
LaunchActionParameter value)
Add a single Parameters entry
|
PutLaunchActionRequest |
clearParametersEntries()
Removes all the entries added into Parameters.
|
PutLaunchActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionCode()
Launch action code.
|
String |
getActionId() |
String |
getActionVersion() |
Boolean |
getActive()
Whether the launch action is active.
|
String |
getCategory() |
String |
getDescription() |
String |
getName() |
Boolean |
getOptional()
Whether the launch will not be marked as failed if this action fails.
|
Integer |
getOrder() |
Map<String,LaunchActionParameter> |
getParameters() |
String |
getResourceId() |
int |
hashCode() |
Boolean |
isActive()
Whether the launch action is active.
|
Boolean |
isOptional()
Whether the launch will not be marked as failed if this action fails.
|
void |
setActionCode(String actionCode)
Launch action code.
|
void |
setActionId(String actionId) |
void |
setActionVersion(String actionVersion) |
void |
setActive(Boolean active)
Whether the launch action is active.
|
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOptional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
|
void |
setOrder(Integer order) |
void |
setParameters(Map<String,LaunchActionParameter> parameters) |
void |
setResourceId(String resourceId) |
String |
toString()
Returns a string representation of this object.
|
PutLaunchActionRequest |
withActionCode(String actionCode)
Launch action code.
|
PutLaunchActionRequest |
withActionId(String actionId) |
PutLaunchActionRequest |
withActionVersion(String actionVersion) |
PutLaunchActionRequest |
withActive(Boolean active)
Whether the launch action is active.
|
PutLaunchActionRequest |
withCategory(LaunchActionCategory category) |
PutLaunchActionRequest |
withCategory(String category) |
PutLaunchActionRequest |
withDescription(String description) |
PutLaunchActionRequest |
withName(String name) |
PutLaunchActionRequest |
withOptional(Boolean optional)
Whether the launch will not be marked as failed if this action fails.
|
PutLaunchActionRequest |
withOrder(Integer order) |
PutLaunchActionRequest |
withParameters(Map<String,LaunchActionParameter> parameters) |
PutLaunchActionRequest |
withResourceId(String resourceId) |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setActionCode(String actionCode)
Launch action code.
actionCode
- Launch action code.public String getActionCode()
Launch action code.
public PutLaunchActionRequest withActionCode(String actionCode)
Launch action code.
actionCode
- Launch action code.public void setActionId(String actionId)
actionId
- public String getActionId()
public PutLaunchActionRequest withActionId(String actionId)
actionId
- public void setActionVersion(String actionVersion)
actionVersion
- public String getActionVersion()
public PutLaunchActionRequest 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 PutLaunchActionRequest 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 PutLaunchActionRequest withCategory(String category)
category
- LaunchActionCategory
public PutLaunchActionRequest withCategory(LaunchActionCategory category)
category
- LaunchActionCategory
public void setDescription(String description)
description
- public String getDescription()
public PutLaunchActionRequest withDescription(String description)
description
- public void setName(String name)
name
- public String getName()
public PutLaunchActionRequest 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 PutLaunchActionRequest 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 PutLaunchActionRequest withOrder(Integer order)
order
- public Map<String,LaunchActionParameter> getParameters()
public void setParameters(Map<String,LaunchActionParameter> parameters)
parameters
- public PutLaunchActionRequest withParameters(Map<String,LaunchActionParameter> parameters)
parameters
- public PutLaunchActionRequest addParametersEntry(String key, LaunchActionParameter value)
public PutLaunchActionRequest clearParametersEntries()
public void setResourceId(String resourceId)
resourceId
- public String getResourceId()
public PutLaunchActionRequest withResourceId(String resourceId)
resourceId
- public String toString()
toString
in class Object
Object.toString()
public PutLaunchActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()