Class GetOperationDetailResult
- java.lang.Object
-
- com.amazonaws.services.route53domains.model.GetOperationDetailResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class GetOperationDetailResult extends Object implements Serializable, Cloneable
The GetOperationDetail response includes the following elements.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetOperationDetailResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setOperationId
public void setOperationId(String operationId)
The identifier for the operation.
Type: String
- Parameters:
operationId
- The identifier for the operation.Type: String
-
getOperationId
public String getOperationId()
The identifier for the operation.
Type: String
- Returns:
- The identifier for the operation.
Type: String
-
withOperationId
public GetOperationDetailResult withOperationId(String operationId)
The identifier for the operation.
Type: String
- Parameters:
operationId
- The identifier for the operation.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 GetOperationDetailResult 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 GetOperationDetailResult 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
-
setMessage
public void setMessage(String message)
Detailed information on the status including possible errors.
Type: String
- Parameters:
message
- Detailed information on the status including possible errors.Type: String
-
getMessage
public String getMessage()
Detailed information on the status including possible errors.
Type: String
- Returns:
- Detailed information on the status including possible errors.
Type: String
-
withMessage
public GetOperationDetailResult withMessage(String message)
Detailed information on the status including possible errors.
Type: String
- Parameters:
message
- Detailed information on the status including possible errors.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDomainName
public void setDomainName(String domainName)
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
-
getDomainName
public String getDomainName()
The name of a domain.
Type: String
- Returns:
- The name of a domain.
Type: String
-
withDomainName
public GetOperationDetailResult withDomainName(String domainName)
The name of a domain.
Type: String
- Parameters:
domainName
- The name of a domain.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setType
public void setType(String type)
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- See Also:
OperationType
-
getType
public String getType()
The type of operation that was requested.
Type: String
- Returns:
- The type of operation that was requested.
Type: String
- See Also:
OperationType
-
withType
public GetOperationDetailResult withType(String type)
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OperationType
-
setType
public void setType(OperationType type)
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- See Also:
OperationType
-
withType
public GetOperationDetailResult withType(OperationType type)
The type of operation that was requested.
Type: String
- Parameters:
type
- The type of operation that was requested.Type: String
- 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 GetOperationDetailResult 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 GetOperationDetailResult clone()
-
-