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 OperationSummaryclone()booleanequals(Object obj)StringgetOperationId()Identifier returned to track the requested action.StringgetStatus()The current status of the requested operation in the system.DategetSubmittedDate()The date when the request was submitted.StringgetType()Type of the action requested.inthashCode()voidsetOperationId(String operationId)Identifier returned to track the requested action.voidsetStatus(OperationStatus status)The current status of the requested operation in the system.voidsetStatus(String status)The current status of the requested operation in the system.voidsetSubmittedDate(Date submittedDate)The date when the request was submitted.voidsetType(OperationType type)Type of the action requested.voidsetType(String type)Type of the action requested.StringtoString()Returns a string representation of this object; useful for testing and debugging.OperationSummarywithOperationId(String operationId)Identifier returned to track the requested action.OperationSummarywithStatus(OperationStatus status)The current status of the requested operation in the system.OperationSummarywithStatus(String status)The current status of the requested operation in the system.OperationSummarywithSubmittedDate(Date submittedDate)The date when the request was submitted.OperationSummarywithType(OperationType type)Type of the action requested.OperationSummarywithType(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public OperationSummary clone()
-
-