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