public class DescribeDeployGroupListRequest extends AbstractModel
Constructor and Description |
---|
DescribeDeployGroupListRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getDeployGroupId()
Get ID of a placement group.
|
String |
getDeployGroupName()
Get Name of a placement group.
|
Long |
getLimit()
Get Number of returned results.
|
Long |
getOffset()
Get Offset.
|
void |
setDeployGroupId(String DeployGroupId)
Set ID of a placement group.
|
void |
setDeployGroupName(String DeployGroupName)
Set Name of a placement group.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getDeployGroupId()
public void setDeployGroupId(String DeployGroupId)
DeployGroupId
- ID of a placement group.public String getDeployGroupName()
public void setDeployGroupName(String DeployGroupName)
DeployGroupName
- Name of a placement group.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20. Maximum value: 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset. Default value: 0.Copyright © 2020. All rights reserved.