@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateIpAddress extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the IP address type in response to UpdateResolverEndpoint.
Constructor and Description |
---|
UpdateIpAddress() |
Modifier and Type | Method and Description |
---|---|
UpdateIpAddress |
clone() |
boolean |
equals(Object obj) |
String |
getIpId()
The ID of the IP address, specified by the
ResolverEndpointId . |
String |
getIpv6()
The IPv6 address that you want to use for DNS queries.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIpId(String ipId)
The ID of the IP address, specified by the
ResolverEndpointId . |
void |
setIpv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
|
String |
toString()
Returns a string representation of this object.
|
UpdateIpAddress |
withIpId(String ipId)
The ID of the IP address, specified by the
ResolverEndpointId . |
UpdateIpAddress |
withIpv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
|
public void setIpId(String ipId)
The ID of the IP address, specified by the ResolverEndpointId
.
ipId
- The ID of the IP address, specified by the ResolverEndpointId
.public String getIpId()
The ID of the IP address, specified by the ResolverEndpointId
.
ResolverEndpointId
.public UpdateIpAddress withIpId(String ipId)
The ID of the IP address, specified by the ResolverEndpointId
.
ipId
- The ID of the IP address, specified by the ResolverEndpointId
.public void setIpv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
ipv6
- The IPv6 address that you want to use for DNS queries.public String getIpv6()
The IPv6 address that you want to use for DNS queries.
public UpdateIpAddress withIpv6(String ipv6)
The IPv6 address that you want to use for DNS queries.
ipv6
- The IPv6 address that you want to use for DNS queries.public String toString()
toString
in class Object
Object.toString()
public UpdateIpAddress clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.