|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DryRunResult<X>
X
- The type of original, user facing request for the dry-run operation.public class DryRunResult<X extends AmazonWebServiceRequest>
Result of a dry-run operation.
Constructor Summary | |
---|---|
DryRunResult(boolean isSuccessful,
DryRunSupportedRequest<X> originalRequest,
java.lang.String message,
AmazonServiceException dryRunResponse)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DryRunResult(boolean isSuccessful, DryRunSupportedRequest<X> originalRequest, java.lang.String message, AmazonServiceException dryRunResponse)
Method Detail |
---|
public boolean isSuccessful()
public DryRunSupportedRequest<X> getOriginalRequest()
public java.lang.String getMessage()
public AmazonServiceException getDryRunResponse()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |