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