public class GetOperationDetailResult extends Object 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.
|
public void setOperationId(String operationId)
The identifier for the operation.
Type: String
operationId
- The identifier for the operation.
Type: String
public String getOperationId()
The identifier for the operation.
Type: String
Type: String
public GetOperationDetailResult withOperationId(String operationId)
The identifier for the operation.
Type: String
operationId
- The identifier for the operation.
Type: String
public void setStatus(String status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public String getStatus()
The current status of the requested operation in the system.
Type: String
Type: String
OperationStatus
public GetOperationDetailResult withStatus(String status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public void setStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public GetOperationDetailResult withStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
status
- The current status of the requested operation in the system.
Type: String
OperationStatus
public void setMessage(String message)
Detailed information on the status including possible errors.
Type: String
message
- Detailed information on the status including possible errors.
Type: String
public String getMessage()
Detailed information on the status including possible errors.
Type: String
Type: String
public GetOperationDetailResult withMessage(String message)
Detailed information on the status including possible errors.
Type: String
message
- Detailed information on the status including possible errors.
Type: String
public void setDomainName(String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public String getDomainName()
The name of a domain.
Type: String
Type: String
public GetOperationDetailResult withDomainName(String domainName)
The name of a domain.
Type: String
domainName
- The name of a domain.
Type: String
public void setType(String type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public String getType()
The type of operation that was requested.
Type: String
Type: String
OperationType
public GetOperationDetailResult withType(String type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public void setType(OperationType type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public GetOperationDetailResult withType(OperationType type)
The type of operation that was requested.
Type: String
type
- The type of operation that was requested.
Type: String
OperationType
public 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 Object
Object.toString()
public GetOperationDetailResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.