@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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()
Updates the Resolver endpoint type to IpV4, Ipv6, or 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)
Updates the Resolver endpoint type to IpV4, Ipv6, or 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)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
UpdateResolverEndpointRequest |
withUpdateIpAddresses(UpdateIpAddress... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
|
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 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.
resolverEndpointType
- Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.ResolverEndpointType
public String getResolverEndpointType()
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
ResolverEndpointType
public UpdateResolverEndpointRequest withResolverEndpointType(String resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
resolverEndpointType
- Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.ResolverEndpointType
public UpdateResolverEndpointRequest withResolverEndpointType(ResolverEndpointType resolverEndpointType)
Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.
resolverEndpointType
- Specifies the endpoint type for what type of IP address the endpoint uses to forward DNS queries.ResolverEndpointType
public List<UpdateIpAddress> getUpdateIpAddresses()
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
public void setUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
updateIpAddresses
- Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.public UpdateResolverEndpointRequest withUpdateIpAddresses(UpdateIpAddress... updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
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
- Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.public UpdateResolverEndpointRequest withUpdateIpAddresses(Collection<UpdateIpAddress> updateIpAddresses)
Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.
updateIpAddresses
- Updates the Resolver endpoint type to IpV4, Ipv6, or dual-stack.public String toString()
toString
in class Object
Object.toString()
public UpdateResolverEndpointRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()