@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateHttpNamespaceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateHttpNamespaceRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateHttpNamespaceRequest |
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.
|
HttpNamespaceChange |
getNamespace()
Updated properties for the the HTTP namespace.
|
String |
getUpdaterRequestId()
A unique string that identifies the request and that allows failed
UpdateHttpNamespace 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(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
|
void |
setUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdateHttpNamespace requests to
be retried without the risk of running the operation twice. |
String |
toString()
Returns a string representation of this object.
|
UpdateHttpNamespaceRequest |
withId(String id)
The ID of the namespace that you want to update.
|
UpdateHttpNamespaceRequest |
withNamespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
|
UpdateHttpNamespaceRequest |
withUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed
UpdateHttpNamespace 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, withSdkRequestTimeout
public 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 UpdateHttpNamespaceRequest 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 UpdateHttpNamespace
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 UpdateHttpNamespace
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 UpdateHttpNamespace
requests to
be retried without the risk of running the operation twice. UpdaterRequestId
can be any unique
string (for example, a date/timestamp).
UpdateHttpNamespace
requests to be retried without the risk of running the operation twice. UpdaterRequestId
can
be any unique string (for example, a date/timestamp).public UpdateHttpNamespaceRequest withUpdaterRequestId(String updaterRequestId)
A unique string that identifies the request and that allows failed UpdateHttpNamespace
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 UpdateHttpNamespace
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(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
namespace
- Updated properties for the the HTTP namespace.public HttpNamespaceChange getNamespace()
Updated properties for the the HTTP namespace.
public UpdateHttpNamespaceRequest withNamespace(HttpNamespaceChange namespace)
Updated properties for the the HTTP namespace.
namespace
- Updated properties for the the HTTP namespace.public String toString()
toString
in class Object
Object.toString()
public UpdateHttpNamespaceRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()