public class DeleteDhcpOptionsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DeleteDhcpOptionsRequest>
Contains the parameters for DeleteDhcpOptions.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dhcpOptionsId
The ID of the DHCP options set.
|
NOOP
Constructor and Description |
---|
DeleteDhcpOptionsRequest()
Default constructor for DeleteDhcpOptionsRequest object.
|
DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
Constructs a new DeleteDhcpOptionsRequest object.
|
Modifier and Type | Method and Description |
---|---|
DeleteDhcpOptionsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDhcpOptionsId()
The ID of the DHCP options set.
|
Request<DeleteDhcpOptionsRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
int |
hashCode() |
void |
setDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteDhcpOptionsRequest |
withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteDhcpOptionsRequest()
public DeleteDhcpOptionsRequest(java.lang.String dhcpOptionsId)
dhcpOptionsId
- The ID of the DHCP options set.public void setDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
dhcpOptionsId
- The ID of the DHCP options set.public java.lang.String getDhcpOptionsId()
The ID of the DHCP options set.
public DeleteDhcpOptionsRequest withDhcpOptionsId(java.lang.String dhcpOptionsId)
The ID of the DHCP options set.
dhcpOptionsId
- The ID of the DHCP options set.public Request<DeleteDhcpOptionsRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DeleteDhcpOptionsRequest>
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteDhcpOptionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()