public class ModifyDBEndpointAddressRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ModifyDBEndpointAddressRequest.NetworkTypeEnum
Gets or Sets networkType
|
| Constructor and Description |
|---|
ModifyDBEndpointAddressRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyDBEndpointAddressRequest |
domainPrefix(String domainPrefix) |
ModifyDBEndpointAddressRequest |
endpointId(String endpointId) |
boolean |
equals(Object o) |
String |
getDomainPrefix()
Get domainPrefix
|
@NotNull String |
getEndpointId()
Get endpointId
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull ModifyDBEndpointAddressRequest.NetworkTypeEnum |
getNetworkType()
Get networkType
|
Integer |
getPort()
Get port
|
int |
hashCode() |
ModifyDBEndpointAddressRequest |
instanceId(String instanceId) |
ModifyDBEndpointAddressRequest |
networkType(ModifyDBEndpointAddressRequest.NetworkTypeEnum networkType) |
ModifyDBEndpointAddressRequest |
port(Integer port) |
void |
setDomainPrefix(String domainPrefix) |
void |
setEndpointId(String endpointId) |
void |
setInstanceId(String instanceId) |
void |
setNetworkType(ModifyDBEndpointAddressRequest.NetworkTypeEnum networkType) |
void |
setPort(Integer port) |
String |
toString() |
public ModifyDBEndpointAddressRequest domainPrefix(String domainPrefix)
public String getDomainPrefix()
public void setDomainPrefix(String domainPrefix)
public ModifyDBEndpointAddressRequest endpointId(String endpointId)
@NotNull public @NotNull String getEndpointId()
public void setEndpointId(String endpointId)
public ModifyDBEndpointAddressRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public ModifyDBEndpointAddressRequest networkType(ModifyDBEndpointAddressRequest.NetworkTypeEnum networkType)
@NotNull public @NotNull ModifyDBEndpointAddressRequest.NetworkTypeEnum getNetworkType()
public void setNetworkType(ModifyDBEndpointAddressRequest.NetworkTypeEnum networkType)
public ModifyDBEndpointAddressRequest port(Integer port)
public Integer getPort()
public void setPort(Integer port)
Copyright © 2026. All rights reserved.