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