@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DNSSECStatus extends Object implements Serializable, Cloneable
A string representing the status of DNSSEC signing.
Constructor and Description |
---|
DNSSECStatus() |
Modifier and Type | Method and Description |
---|---|
DNSSECStatus |
clone() |
boolean |
equals(Object obj) |
String |
getServeSignature()
A string that represents the current hosted zone signing status.
|
String |
getStatusMessage()
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE . |
int |
hashCode() |
void |
setServeSignature(String serveSignature)
A string that represents the current hosted zone signing status.
|
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)
A string that represents the current hosted zone signing status.
|
DNSSECStatus |
withStatusMessage(String statusMessage)
The status message provided for the following DNSSEC signing status:
INTERNAL_FAILURE . |
public void setServeSignature(String serveSignature)
A string that represents the current hosted zone signing status.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
serveSignature
- A string that represents the current hosted zone signing status.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
public String getServeSignature()
A string that represents the current hosted zone signing status.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including 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)
A string that represents the current hosted zone signing status.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
serveSignature
- A string that represents the current hosted zone signing status.
Status can have one of the following values:
DNSSEC signing is enabled for the hosted zone.
DNSSEC signing is not enabled for the hosted zone.
DNSSEC signing is in the process of being removed for the hosted zone.
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed key might have been deleted, or the permissions for the customer managed key might have been changed.
There was an error during a request. Before you can continue to work with DNSSEC signing, including 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()