public class ApplyEnvironmentManagedActionRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Request to execute a scheduled managed action immediately.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
actionId
The action ID of the scheduled managed action to execute.
|
private java.lang.String |
environmentId
The environment ID of the target environment.
|
private java.lang.String |
environmentName
The name of the target environment.
|
NOOP
Constructor and Description |
---|
ApplyEnvironmentManagedActionRequest() |
Modifier and Type | Method and Description |
---|---|
ApplyEnvironmentManagedActionRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionId()
The action ID of the scheduled managed action to execute.
|
java.lang.String |
getEnvironmentId()
The environment ID of the target environment.
|
java.lang.String |
getEnvironmentName()
The name of the target environment.
|
int |
hashCode() |
void |
setActionId(java.lang.String actionId)
The action ID of the scheduled managed action to execute.
|
void |
setEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
|
void |
setEnvironmentName(java.lang.String environmentName)
The name of the target environment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ApplyEnvironmentManagedActionRequest |
withActionId(java.lang.String actionId)
The action ID of the scheduled managed action to execute.
|
ApplyEnvironmentManagedActionRequest |
withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
|
ApplyEnvironmentManagedActionRequest |
withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String environmentName
The name of the target environment.
private java.lang.String environmentId
The environment ID of the target environment.
private java.lang.String actionId
The action ID of the scheduled managed action to execute.
public ApplyEnvironmentManagedActionRequest()
public void setEnvironmentName(java.lang.String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public java.lang.String getEnvironmentName()
The name of the target environment.
public ApplyEnvironmentManagedActionRequest withEnvironmentName(java.lang.String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.public void setEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public java.lang.String getEnvironmentId()
The environment ID of the target environment.
public ApplyEnvironmentManagedActionRequest withEnvironmentId(java.lang.String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.public void setActionId(java.lang.String actionId)
The action ID of the scheduled managed action to execute.
actionId
- The action ID of the scheduled managed action to execute.public java.lang.String getActionId()
The action ID of the scheduled managed action to execute.
public ApplyEnvironmentManagedActionRequest withActionId(java.lang.String actionId)
The action ID of the scheduled managed action to execute.
actionId
- The action ID of the scheduled managed action to execute.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ApplyEnvironmentManagedActionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()