@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateResolverEndpointRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateResolverEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateResolverEndpointRequest |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the Resolver endpoint that you want to update.
|
String |
getResolverEndpointId()
The ID of the Resolver endpoint that you want to update.
|
String |
getResolverEndpointType()
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
List<UpdateIpAddress> |
getUpdateIpAddresses()
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.
|
int |
hashCode() |
void |
setName(String name)
The name of the Resolver endpoint that you want to update.
|
void |
setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
|
void |
setResolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
void |
setUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.
|
String |
toString()
Returns a string representation of this object.
|
UpdateResolverEndpointRequest |
withName(String name)
The name of the Resolver endpoint that you want to update.
|
UpdateResolverEndpointRequest |
withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
|
UpdateResolverEndpointRequest |
withResolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
UpdateResolverEndpointRequest |
withResolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
|
UpdateResolverEndpointRequest |
withUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.
|
UpdateResolverEndpointRequest |
withUpdateIpAddresses(UpdateIpAddress... updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack.
|
addHandlerContext, copyBaseTo, 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 setResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
resolverEndpointId - The ID of the Resolver endpoint that you want to update.public String getResolverEndpointId()
The ID of the Resolver endpoint that you want to update.
public UpdateResolverEndpointRequest withResolverEndpointId(String resolverEndpointId)
The ID of the Resolver endpoint that you want to update.
resolverEndpointId - The ID of the Resolver endpoint that you want to update.public void setName(String name)
The name of the Resolver endpoint that you want to update.
name - The name of the Resolver endpoint that you want to update.public String getName()
The name of the Resolver endpoint that you want to update.
public UpdateResolverEndpointRequest withName(String name)
The name of the Resolver endpoint that you want to update.
name - The name of the Resolver endpoint that you want to update.public void setResolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
resolverEndpointType - Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
ResolverEndpointTypepublic String getResolverEndpointType()
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
Updating to IPV6 type isn't currently supported.
ResolverEndpointTypepublic UpdateResolverEndpointRequest withResolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
resolverEndpointType - Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
ResolverEndpointTypepublic UpdateResolverEndpointRequest withResolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
resolverEndpointType - Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
Updating to IPV6 type isn't currently supported.
ResolverEndpointTypepublic List<UpdateIpAddress> getUpdateIpAddresses()
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
public void setUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
updateIpAddresses - Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't
specify an IPv6 address, one will be automatically chosen from your subnet.public UpdateResolverEndpointRequest withUpdateIpAddresses(UpdateIpAddress... updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
NOTE: This method appends the values to the existing list (if any). Use
setUpdateIpAddresses(java.util.Collection) or withUpdateIpAddresses(java.util.Collection) if
you want to override the existing values.
updateIpAddresses - Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't
specify an IPv6 address, one will be automatically chosen from your subnet.public UpdateResolverEndpointRequest withUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't specify an IPv6 address, one will be automatically chosen from your subnet.
updateIpAddresses - Specifies the IPv6 address when you update the Resolver endpoint from IPv4 to dual-stack. If you don't
specify an IPv6 address, one will be automatically chosen from your subnet.public String toString()
toString in class ObjectObject.toString()public UpdateResolverEndpointRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.