X
- The type of original, user facing request for the dry-run operation.public class DryRunResult<X extends AmazonWebServiceRequest> extends Object
Constructor | Description |
---|---|
DryRunResult(boolean isSuccessful,
DryRunSupportedRequest<X> originalRequest,
String message,
AmazonServiceException dryRunResponse) |
Modifier and Type | Method | 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.