public class DescribeDeployGroupListRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeDeployGroupListRequest() | 
| DescribeDeployGroupListRequest(DescribeDeployGroupListRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| 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, toJsonStringpublic DescribeDeployGroupListRequest()
public DescribeDeployGroupListRequest(DescribeDeployGroupListRequest source)
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 © 2021. All rights reserved.