public class ModifyServerGroupBackendServersRequest extends Object
| Constructor and Description |
|---|
ModifyServerGroupBackendServersRequest() |
| Modifier and Type | Method and Description |
|---|---|
ModifyServerGroupBackendServersRequest |
addServersItem(ServerForModifyServerGroupBackendServersInput serversItem) |
boolean |
equals(Object o) |
@NotNull String |
getServerGroupId()
Get serverGroupId
|
@Valid List<ServerForModifyServerGroupBackendServersInput> |
getServers()
Get servers
|
int |
hashCode() |
ModifyServerGroupBackendServersRequest |
serverGroupId(String serverGroupId) |
ModifyServerGroupBackendServersRequest |
servers(List<ServerForModifyServerGroupBackendServersInput> servers) |
void |
setServerGroupId(String serverGroupId) |
void |
setServers(List<ServerForModifyServerGroupBackendServersInput> servers) |
String |
toString() |
public ModifyServerGroupBackendServersRequest()
public ModifyServerGroupBackendServersRequest serverGroupId(String serverGroupId)
@NotNull public @NotNull String getServerGroupId()
public void setServerGroupId(String serverGroupId)
public ModifyServerGroupBackendServersRequest servers(List<ServerForModifyServerGroupBackendServersInput> servers)
public ModifyServerGroupBackendServersRequest addServersItem(ServerForModifyServerGroupBackendServersInput serversItem)
@Valid public @Valid List<ServerForModifyServerGroupBackendServersInput> getServers()
public void setServers(List<ServerForModifyServerGroupBackendServersInput> servers)
Copyright © 2026. All rights reserved.