@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetOperationDetailResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The GetOperationDetail response includes the following elements.
| Constructor and Description |
|---|
GetOperationDetailResult() |
| Modifier and Type | Method and Description |
|---|---|
GetOperationDetailResult |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of a domain.
|
String |
getMessage()
Detailed information on the status including possible errors.
|
String |
getOperationId()
The identifier for the operation.
|
String |
getStatus()
The current status of the requested operation in the system.
|
Date |
getSubmittedDate()
The date when the request was submitted.
|
String |
getType()
The type of operation that was requested.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of a domain.
|
void |
setMessage(String message)
Detailed information on the status including possible errors.
|
void |
setOperationId(String operationId)
The identifier for the operation.
|
void |
setStatus(OperationStatus status)
The current status of the requested operation in the system.
|
void |
setStatus(String status)
The current status of the requested operation in the system.
|
void |
setSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
void |
setType(OperationType type)
The type of operation that was requested.
|
void |
setType(String type)
The type of operation that was requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetOperationDetailResult |
withDomainName(String domainName)
The name of a domain.
|
GetOperationDetailResult |
withMessage(String message)
Detailed information on the status including possible errors.
|
GetOperationDetailResult |
withOperationId(String operationId)
The identifier for the operation.
|
GetOperationDetailResult |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withStatus(String status)
The current status of the requested operation in the system.
|
GetOperationDetailResult |
withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
GetOperationDetailResult |
withType(OperationType type)
The type of operation that was requested.
|
GetOperationDetailResult |
withType(String type)
The type of operation that was requested.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setOperationId(String operationId)
The identifier for the operation.
operationId - The identifier for the operation.public String getOperationId()
The identifier for the operation.
public GetOperationDetailResult withOperationId(String operationId)
The identifier for the operation.
operationId - The identifier for the operation.public void setStatus(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic String getStatus()
The current status of the requested operation in the system.
OperationStatuspublic GetOperationDetailResult withStatus(String status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic void setStatus(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic GetOperationDetailResult withStatus(OperationStatus status)
The current status of the requested operation in the system.
status - The current status of the requested operation in the system.OperationStatuspublic void setMessage(String message)
Detailed information on the status including possible errors.
message - Detailed information on the status including possible errors.public String getMessage()
Detailed information on the status including possible errors.
public GetOperationDetailResult withMessage(String message)
Detailed information on the status including possible errors.
message - Detailed information on the status including possible errors.public void setDomainName(String domainName)
The name of a domain.
domainName - The name of a domain.public String getDomainName()
The name of a domain.
public GetOperationDetailResult withDomainName(String domainName)
The name of a domain.
domainName - The name of a domain.public void setType(String type)
The type of operation that was requested.
type - The type of operation that was requested.OperationTypepublic String getType()
The type of operation that was requested.
OperationTypepublic GetOperationDetailResult withType(String type)
The type of operation that was requested.
type - The type of operation that was requested.OperationTypepublic void setType(OperationType type)
The type of operation that was requested.
type - The type of operation that was requested.OperationTypepublic GetOperationDetailResult withType(OperationType type)
The type of operation that was requested.
type - The type of operation that was requested.OperationTypepublic void setSubmittedDate(Date submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.public Date getSubmittedDate()
The date when the request was submitted.
public GetOperationDetailResult withSubmittedDate(Date submittedDate)
The date when the request was submitted.
submittedDate - The date when the request was submitted.public String toString()
toString in class ObjectObject.toString()public GetOperationDetailResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.