@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplyEnvironmentManagedActionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request to execute a scheduled managed action immediately.
NOOP
Constructor and Description |
---|
ApplyEnvironmentManagedActionRequest() |
Modifier and Type | Method and Description |
---|---|
ApplyEnvironmentManagedActionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getActionId()
The action ID of the scheduled managed action to execute.
|
String |
getEnvironmentId()
The environment ID of the target environment.
|
String |
getEnvironmentName()
The name of the target environment.
|
int |
hashCode() |
void |
setActionId(String actionId)
The action ID of the scheduled managed action to execute.
|
void |
setEnvironmentId(String environmentId)
The environment ID of the target environment.
|
void |
setEnvironmentName(String environmentName)
The name of the target environment.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ApplyEnvironmentManagedActionRequest |
withActionId(String actionId)
The action ID of the scheduled managed action to execute.
|
ApplyEnvironmentManagedActionRequest |
withEnvironmentId(String environmentId)
The environment ID of the target environment.
|
ApplyEnvironmentManagedActionRequest |
withEnvironmentName(String environmentName)
The name of the target environment.
|
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 ApplyEnvironmentManagedActionRequest()
public void setEnvironmentName(String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public String getEnvironmentName()
The name of the target environment.
public ApplyEnvironmentManagedActionRequest withEnvironmentName(String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public void setEnvironmentId(String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public String getEnvironmentId()
The environment ID of the target environment.
public ApplyEnvironmentManagedActionRequest withEnvironmentId(String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public void setActionId(String actionId)
The action ID of the scheduled managed action to execute.
actionId
- The action ID of the scheduled managed action to execute.public String getActionId()
The action ID of the scheduled managed action to execute.
public ApplyEnvironmentManagedActionRequest withActionId(String actionId)
The action ID of the scheduled managed action to execute.
actionId
- The action ID of the scheduled managed action to execute.public String toString()
toString
in class Object
Object.toString()
public ApplyEnvironmentManagedActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.