public class QueryTheListOfRegularSecurityGroupsV2Response
extends com.baidubce.common.BaseBceResponse
| Constructor and Description |
|---|
QueryTheListOfRegularSecurityGroupsV2Response() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsTruncated() |
String |
getMarker() |
Integer |
getMaxKeys() |
String |
getNextMarker() |
List<SecurityGroupModel> |
getSecurityGroups() |
QueryTheListOfRegularSecurityGroupsV2Response |
setIsTruncated(Boolean isTruncated) |
QueryTheListOfRegularSecurityGroupsV2Response |
setMarker(String marker) |
QueryTheListOfRegularSecurityGroupsV2Response |
setMaxKeys(Integer maxKeys) |
QueryTheListOfRegularSecurityGroupsV2Response |
setNextMarker(String nextMarker) |
QueryTheListOfRegularSecurityGroupsV2Response |
setSecurityGroups(List<SecurityGroupModel> securityGroups) |
String |
toString() |
public QueryTheListOfRegularSecurityGroupsV2Response()
public String getMarker()
public QueryTheListOfRegularSecurityGroupsV2Response setMarker(String marker)
public Boolean getIsTruncated()
public QueryTheListOfRegularSecurityGroupsV2Response setIsTruncated(Boolean isTruncated)
public String getNextMarker()
public QueryTheListOfRegularSecurityGroupsV2Response setNextMarker(String nextMarker)
public Integer getMaxKeys()
public QueryTheListOfRegularSecurityGroupsV2Response setMaxKeys(Integer maxKeys)
public List<SecurityGroupModel> getSecurityGroups()
public QueryTheListOfRegularSecurityGroupsV2Response setSecurityGroups(List<SecurityGroupModel> securityGroups)
Copyright © 2026. All rights reserved.