@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResolverEndpointIpAddressRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateResolverEndpointIpAddressRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateResolverEndpointIpAddressRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
IpAddressUpdate |
getIpAddress()
The IPv4 address that you want to remove from a Resolver endpoint.
|
String |
getResolverEndpointId()
The ID of the Resolver endpoint that you want to disassociate an IP address from.
|
int |
hashCode() |
void |
setIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a Resolver endpoint.
|
void |
setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to disassociate an IP address from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateResolverEndpointIpAddressRequest |
withIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a Resolver endpoint.
|
DisassociateResolverEndpointIpAddressRequest |
withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to disassociate an IP address from.
|
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 DisassociateResolverEndpointIpAddressRequest()
public void setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to disassociate an IP address from.
resolverEndpointId
- The ID of the Resolver endpoint that you want to disassociate an IP address from.public String getResolverEndpointId()
The ID of the Resolver endpoint that you want to disassociate an IP address from.
public DisassociateResolverEndpointIpAddressRequest withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to disassociate an IP address from.
resolverEndpointId
- The ID of the Resolver endpoint that you want to disassociate an IP address from.public void setIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a Resolver endpoint.
ipAddress
- The IPv4 address that you want to remove from a Resolver endpoint.public IpAddressUpdate getIpAddress()
The IPv4 address that you want to remove from a Resolver endpoint.
public DisassociateResolverEndpointIpAddressRequest withIpAddress(IpAddressUpdate ipAddress)
The IPv4 address that you want to remove from a Resolver endpoint.
ipAddress
- The IPv4 address that you want to remove from a Resolver endpoint.public String toString()
toString
in class Object
Object.toString()
public DisassociateResolverEndpointIpAddressRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()