public class CreatePlacementGroupRequest extends Object
| Constructor and Description |
|---|
CreatePlacementGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreatePlacementGroupRequest |
autoAssign(Boolean autoAssign) |
CreatePlacementGroupRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
@NotNull String |
getName()
Get name
|
@NotNull Integer |
getSubgroupCount()
Get subgroupCount
|
@NotNull String |
getZoneId()
Get zoneId
|
int |
hashCode() |
Boolean |
isAutoAssign()
Get autoAssign
|
CreatePlacementGroupRequest |
name(String name) |
void |
setAutoAssign(Boolean autoAssign) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSubgroupCount(Integer subgroupCount) |
void |
setZoneId(String zoneId) |
CreatePlacementGroupRequest |
subgroupCount(Integer subgroupCount) |
String |
toString() |
CreatePlacementGroupRequest |
zoneId(String zoneId) |
public CreatePlacementGroupRequest autoAssign(Boolean autoAssign)
public Boolean isAutoAssign()
public void setAutoAssign(Boolean autoAssign)
public CreatePlacementGroupRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreatePlacementGroupRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
public CreatePlacementGroupRequest subgroupCount(Integer subgroupCount)
@NotNull public @NotNull Integer getSubgroupCount()
public void setSubgroupCount(Integer subgroupCount)
public CreatePlacementGroupRequest zoneId(String zoneId)
@NotNull public @NotNull String getZoneId()
public void setZoneId(String zoneId)
Copyright © 2026. All rights reserved.