@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DNSSECStatus extends Object implements Serializable, Cloneable
A string repesenting the status of DNSSEC signing.
Constructor and Description |
---|
DNSSECStatus() |
Modifier and Type | Method and Description |
---|---|
DNSSECStatus |
clone() |
boolean |
equals(Object obj) |
String |
getServeSignature()
Indicates your hosted zone signging status:
SIGNING , NOT_SIGNING , or
INTERNAL_FAILURE . |
String |
getStatusMessage()
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE . |
int |
hashCode() |
void |
setServeSignature(String serveSignature)
Indicates your hosted zone signging status:
SIGNING , NOT_SIGNING , or
INTERNAL_FAILURE . |
void |
setStatusMessage(String statusMessage)
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE . |
String |
toString()
Returns a string representation of this object.
|
DNSSECStatus |
withServeSignature(String serveSignature)
Indicates your hosted zone signging status:
SIGNING , NOT_SIGNING , or
INTERNAL_FAILURE . |
DNSSECStatus |
withStatusMessage(String statusMessage)
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE . |
public void setServeSignature(String serveSignature)
Indicates your hosted zone signging status: SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see StatusMessage
for
information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue to work
with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem by enabling or
disabling DNSSEC signing for the hosted zone.
serveSignature
- Indicates your hosted zone signging status: SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see
StatusMessage
for information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue
to work with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem
by enabling or disabling DNSSEC signing for the hosted zone.
public String getServeSignature()
Indicates your hosted zone signging status: SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see StatusMessage
for
information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue to work
with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem by enabling or
disabling DNSSEC signing for the hosted zone.
SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see
StatusMessage
for information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue
to work with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem
by enabling or disabling DNSSEC signing for the hosted zone.
public DNSSECStatus withServeSignature(String serveSignature)
Indicates your hosted zone signging status: SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see StatusMessage
for
information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue to work
with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem by enabling or
disabling DNSSEC signing for the hosted zone.
serveSignature
- Indicates your hosted zone signging status: SIGNING
, NOT_SIGNING
, or
INTERNAL_FAILURE
. If the status is INTERNAL_FAILURE
, see
StatusMessage
for information about steps that you can take to correct the problem.
A status INTERNAL_FAILURE
means there was an error during a request. Before you can continue
to work with DNSSEC signing, including working with key signing keys (KSKs), you must correct the problem
by enabling or disabling DNSSEC signing for the hosted zone.
public void setStatusMessage(String statusMessage)
The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE
. The status
message includes information about what the problem might be and steps that you can take to correct the issue.
statusMessage
- The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE
. The
status message includes information about what the problem might be and steps that you can take to correct
the issue.public String getStatusMessage()
The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE
. The status
message includes information about what the problem might be and steps that you can take to correct the issue.
INTERNAL_FAILURE
. The
status message includes information about what the problem might be and steps that you can take to
correct the issue.public DNSSECStatus withStatusMessage(String statusMessage)
The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE
. The status
message includes information about what the problem might be and steps that you can take to correct the issue.
statusMessage
- The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE
. The
status message includes information about what the problem might be and steps that you can take to correct
the issue.public String toString()
toString
in class Object
Object.toString()
public DNSSECStatus clone()