Class OperationSummary
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.OperationSummary
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class OperationSummary extends Object implements Serializable, Cloneable
OperationSummary includes the following elements.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OperationSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setOperationId
public void setOperationId(String operationId)
Identifier returned to track the requested action.
Type: String
- Parameters:
operationId
- Identifier returned to track the requested action.Type: String
-
getOperationId
public String getOperationId()
Identifier returned to track the requested action.
Type: String
- Returns:
- Identifier returned to track the requested action.
Type: String
-
withOperationId
public OperationSummary withOperationId(String operationId)
Identifier returned to track the requested action.
Type: String
- Parameters:
operationId
- Identifier returned to track the requested action.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStatus
public void setStatus(String status)
The current status of the requested operation in the system.
Type: String
- Parameters:
status
- The current status of the requested operation in the system.Type: String
- See Also:
OperationStatus
-
getStatus
public String getStatus()
The current status of the requested operation in the system.
Type: String
- Returns:
- The current status of the requested operation in the system.
Type: String
- See Also:
OperationStatus
-
withStatus
public OperationSummary withStatus(String status)
The current status of the requested operation in the system.
Type: String
- Parameters:
status
- The current status of the requested operation in the system.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus
-
setStatus
public void setStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
- Parameters:
status
- The current status of the requested operation in the system.Type: String
- See Also:
OperationStatus
-
withStatus
public OperationSummary withStatus(OperationStatus status)
The current status of the requested operation in the system.
Type: String
- Parameters:
status
- The current status of the requested operation in the system.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationStatus
-
setType
public 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
- Parameters:
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
- See Also:
OperationType
-
getType
public 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
- Returns:
- 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
- See Also:
OperationType
-
withType
public 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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationType
-
setType
public 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
- Parameters:
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
- See Also:
OperationType
-
withType
public 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
- Parameters:
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
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationType
-
setSubmittedDate
public void setSubmittedDate(Date submittedDate)
The date when the request was submitted.
- Parameters:
submittedDate
- The date when the request was submitted.
-
getSubmittedDate
public Date getSubmittedDate()
The date when the request was submitted.
- Returns:
- The date when the request was submitted.
-
withSubmittedDate
public OperationSummary withSubmittedDate(Date submittedDate)
The date when the request was submitted.
- Parameters:
submittedDate
- The date when the request was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public OperationSummary clone()
-
-