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