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