@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePrivateDnsNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdatePrivateDnsNamespaceRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdatePrivateDnsNamespaceRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The ID of the namespace that you want to update.
|
PrivateDnsNamespaceChange |
getNamespace()
Updated properties for the private DNS namespace.
|
String |
getUpdaterRequestId()
A unique string that identifies the request and that allows failed
UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. |
int |
hashCode() |
void |
setId(String id)
The ID of the namespace that you want to update.
|
void |
setNamespace(PrivateDnsNamespaceChange namespace)
Updated properties for the private DNS namespace.
|
void |
setUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. |
String |
toString()
Returns a string representation of this object.
|
UpdatePrivateDnsNamespaceRequest |
withId(String id)
The ID of the namespace that you want to update.
|
UpdatePrivateDnsNamespaceRequest |
withNamespace(PrivateDnsNamespaceChange namespace)
Updated properties for the private DNS namespace.
|
UpdatePrivateDnsNamespaceRequest |
withUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setId(String id)
The ID of the namespace that you want to update.
id - The ID of the namespace that you want to update.public String getId()
The ID of the namespace that you want to update.
public UpdatePrivateDnsNamespaceRequest withId(String id)
The ID of the namespace that you want to update.
id - The ID of the namespace that you want to update.public void setUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any
unique string (for example, a date/timestamp).
updaterRequestId - A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can
be any unique string (for example, a date/timestamp).public String getUpdaterRequestId()
A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any
unique string (for example, a date/timestamp).
UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can
be any unique string (for example, a date/timestamp).public UpdatePrivateDnsNamespaceRequest withUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can be any
unique string (for example, a date/timestamp).
updaterRequestId - A unique string that identifies the request and that allows failed UpdatePrivateDnsNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId can
be any unique string (for example, a date/timestamp).public void setNamespace(PrivateDnsNamespaceChange namespace)
Updated properties for the private DNS namespace.
namespace - Updated properties for the private DNS namespace.public PrivateDnsNamespaceChange getNamespace()
Updated properties for the private DNS namespace.
public UpdatePrivateDnsNamespaceRequest withNamespace(PrivateDnsNamespaceChange namespace)
Updated properties for the private DNS namespace.
namespace - Updated properties for the private DNS namespace.public String toString()
toString in class ObjectObject.toString()public UpdatePrivateDnsNamespaceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()