@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotifyApplicationStateRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
NotifyApplicationStateRequest() |
Modifier and Type | Method and Description |
---|---|
NotifyApplicationStateRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApplicationId()
The configurationId in ADS that uniquely identifies the grouped application.
|
Boolean |
getDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
String |
getStatus()
Status of the application - Not Started, In-Progress, Complete.
|
int |
hashCode() |
Boolean |
isDryRun()
Optional boolean flag to indicate whether any effect should take place.
|
void |
setApplicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
|
void |
setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
void |
setStatus(String status)
Status of the application - Not Started, In-Progress, Complete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
NotifyApplicationStateRequest |
withApplicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
|
NotifyApplicationStateRequest |
withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place.
|
NotifyApplicationStateRequest |
withStatus(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
|
NotifyApplicationStateRequest |
withStatus(String status)
Status of the application - Not Started, In-Progress, Complete.
|
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 setApplicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
applicationId
- The configurationId in ADS that uniquely identifies the grouped application.public String getApplicationId()
The configurationId in ADS that uniquely identifies the grouped application.
public NotifyApplicationStateRequest withApplicationId(String applicationId)
The configurationId in ADS that uniquely identifies the grouped application.
applicationId
- The configurationId in ADS that uniquely identifies the grouped application.public void setStatus(String status)
Status of the application - Not Started, In-Progress, Complete.
status
- Status of the application - Not Started, In-Progress, Complete.ApplicationStatus
public String getStatus()
Status of the application - Not Started, In-Progress, Complete.
ApplicationStatus
public NotifyApplicationStateRequest withStatus(String status)
Status of the application - Not Started, In-Progress, Complete.
status
- Status of the application - Not Started, In-Progress, Complete.ApplicationStatus
public NotifyApplicationStateRequest withStatus(ApplicationStatus status)
Status of the application - Not Started, In-Progress, Complete.
status
- Status of the application - Not Started, In-Progress, Complete.ApplicationStatus
public void setDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean getDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public NotifyApplicationStateRequest withDryRun(Boolean dryRun)
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
dryRun
- Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has
permission to make the call.public Boolean isDryRun()
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
public String toString()
toString
in class Object
Object.toString()
public NotifyApplicationStateRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.