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