X - The type of original, user facing request for the dry-run operation.public class DryRunResult<X extends AmazonWebServiceRequest> extends Object
| Constructor and Description |
|---|
DryRunResult(boolean isSuccessful,
DryRunSupportedRequest<X> originalRequest,
String message,
AmazonServiceException dryRunResponse) |
| Modifier and Type | Method and Description |
|---|---|
AmazonServiceException |
getDryRunResponse()
Returns the original service response on the dry-run request.
|
String |
getMessage()
Returns the message included in the service response.
|
DryRunSupportedRequest<X> |
getOriginalRequest()
Returns the original request of the dry-run operation.
|
boolean |
isSuccessful()
Returns whether the dry-run was successful.
|
public DryRunResult(boolean isSuccessful,
DryRunSupportedRequest<X> originalRequest,
String message,
AmazonServiceException dryRunResponse)
public boolean isSuccessful()
public DryRunSupportedRequest<X> getOriginalRequest()
public String getMessage()
public AmazonServiceException getDryRunResponse()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.