public class ModifyIpAllowListRequest extends Object
| Constructor and Description |
|---|
ModifyIpAllowListRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyIpAllowListRequest |
component(String component) |
boolean |
equals(Object o) |
@NotNull String |
getComponent()
Get component
|
@NotNull String |
getInstanceId()
Get instanceId
|
@NotNull String |
getIpList()
Get ipList
|
@NotNull String |
getType()
Get type
|
int |
hashCode() |
ModifyIpAllowListRequest |
instanceId(String instanceId) |
ModifyIpAllowListRequest |
ipList(String ipList) |
void |
setComponent(String component) |
void |
setInstanceId(String instanceId) |
void |
setIpList(String ipList) |
void |
setType(String type) |
String |
toString() |
ModifyIpAllowListRequest |
type(String type) |
public ModifyIpAllowListRequest component(String component)
@NotNull public @NotNull String getComponent()
public void setComponent(String component)
public ModifyIpAllowListRequest instanceId(String instanceId)
@NotNull public @NotNull String getInstanceId()
public void setInstanceId(String instanceId)
public ModifyIpAllowListRequest ipList(String ipList)
@NotNull public @NotNull String getIpList()
public void setIpList(String ipList)
public ModifyIpAllowListRequest type(String type)
@NotNull public @NotNull String getType()
public void setType(String type)
Copyright © 2026. All rights reserved.