public class ListInstancesResponse extends BaseBceResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListInstancesResponse.ListInstancesResponseInstances |
metadata| Constructor and Description |
|---|
ListInstancesResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListInstancesResponse.ListInstancesResponseInstances> |
getInstances() |
String |
getMarker() |
Integer |
getMaxKeys() |
String |
getNextMarker() |
Boolean |
isIsTruncated() |
void |
setInstances(List<ListInstancesResponse.ListInstancesResponseInstances> instances) |
void |
setIsTruncated(Boolean isTruncated) |
void |
setMarker(String marker) |
void |
setMaxKeys(Integer maxKeys) |
void |
setNextMarker(String nextMarker) |
String |
toString() |
getMetadatapublic void setNextMarker(String nextMarker)
public String getNextMarker()
public void setMarker(String marker)
public String getMarker()
public void setMaxKeys(Integer maxKeys)
public Integer getMaxKeys()
public void setIsTruncated(Boolean isTruncated)
public Boolean isIsTruncated()
public void setInstances(List<ListInstancesResponse.ListInstancesResponseInstances> instances)
public List<ListInstancesResponse.ListInstancesResponseInstances> getInstances()
Copyright © 2023. All rights reserved.