public class OperationSummary extends Object implements Serializable, Cloneable
OperationSummary includes the following elements.
| Constructor and Description |
|---|
OperationSummary() |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
clone() |
boolean |
equals(Object obj) |
String |
getOperationId()
Identifier returned to track the requested action.
|
String |
getStatus()
The current status of the requested operation in the system.
|
Date |
getSubmittedDate()
The date when the request was submitted.
|
String |
getType()
Type of the action requested.
|
int |
hashCode() |
void |
setOperationId(String operationId)
Identifier returned to track the requested action.
|
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)
Type of the action requested.
|
void |
setType(String type)
Type of the action requested.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
OperationSummary |
withOperationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary |
withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary |
withStatus(String status)
The current status of the requested operation in the system.
|
OperationSummary |
withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
withType(OperationType type)
Type of the action requested.
|
OperationSummary |
withType(String type)
Type of the action requested.
|
public void setOperationId(String operationId)
Identifier returned to track the requested action.
Type: String
operationId - Identifier returned to track the requested action.
Type: String
public String getOperationId()
Identifier returned to track the requested action.
Type: String
Type: String
public OperationSummary withOperationId(String operationId)
Identifier returned to track the requested action.
Type: String
operationId - Identifier returned to track the requested action.
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
OperationStatuspublic String getStatus()
The current status of the requested operation in the system.
Type: String
Type: String
OperationStatuspublic OperationSummary 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
OperationStatuspublic 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
OperationStatuspublic OperationSummary 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
OperationStatuspublic void setType(String type)
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION |
DOMAIN_LOCK
type - Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN |
DELETE_DOMAIN | TRANSFER_IN_DOMAIN |
UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
OperationTypepublic String getType()
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION |
DOMAIN_LOCK
Type: String
Valid values: REGISTER_DOMAIN |
DELETE_DOMAIN | TRANSFER_IN_DOMAIN |
UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
OperationTypepublic OperationSummary withType(String type)
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION |
DOMAIN_LOCK
type - Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN |
DELETE_DOMAIN | TRANSFER_IN_DOMAIN |
UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
OperationTypepublic void setType(OperationType type)
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION |
DOMAIN_LOCK
type - Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN |
DELETE_DOMAIN | TRANSFER_IN_DOMAIN |
UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
OperationTypepublic OperationSummary withType(OperationType type)
Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN | DELETE_DOMAIN |
TRANSFER_IN_DOMAIN | UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER | CHANGE_PRIVACY_PROTECTION |
DOMAIN_LOCK
type - Type of the action requested.
Type: String
Valid values: REGISTER_DOMAIN |
DELETE_DOMAIN | TRANSFER_IN_DOMAIN |
UPDATE_DOMAIN_CONTACT |
UPDATE_NAMESERVER |
CHANGE_PRIVACY_PROTECTION | DOMAIN_LOCK
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 OperationSummary 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 OperationSummary clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.