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 GetOperationDetailResultclone()booleanequals(Object obj)StringgetDomainName()The name of a domain.StringgetMessage()Detailed information on the status including possible errors.StringgetOperationId()The identifier for the operation.StringgetStatus()The current status of the requested operation in the system.DategetSubmittedDate()The date when the request was submitted.StringgetType()The type of operation that was requested.inthashCode()voidsetDomainName(String domainName)The name of a domain.voidsetMessage(String message)Detailed information on the status including possible errors.voidsetOperationId(String operationId)The identifier for the operation.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)The type of operation that was requested.voidsetType(String type)The type of operation that was requested.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetOperationDetailResultwithDomainName(String domainName)The name of a domain.GetOperationDetailResultwithMessage(String message)Detailed information on the status including possible errors.GetOperationDetailResultwithOperationId(String operationId)The identifier for the operation.GetOperationDetailResultwithStatus(OperationStatus status)The current status of the requested operation in the system.GetOperationDetailResultwithStatus(String status)The current status of the requested operation in the system.GetOperationDetailResultwithSubmittedDate(Date submittedDate)The date when the request was submitted.GetOperationDetailResultwithType(OperationType type)The type of operation that was requested.GetOperationDetailResultwithType(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetOperationDetailResult clone()
-
-