public class DescribeZonesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DescribeZonesRequest()  | 
DescribeZonesRequest(DescribeZonesRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Boolean | 
getIncludeVirtualZones()
Get Whether the virtual zone is included. 
 | 
Boolean | 
getShowPermission()
Get Whether to display all AZs in a region and the user's permissions in each AZ. 
 | 
void | 
setIncludeVirtualZones(Boolean IncludeVirtualZones)
Set Whether the virtual zone is included. 
 | 
void | 
setShowPermission(Boolean ShowPermission)
Set Whether to display all AZs in a region and the user's permissions in each AZ. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeZonesRequest()
public DescribeZonesRequest(DescribeZonesRequest source)
public Boolean getIncludeVirtualZones()
public void setIncludeVirtualZones(Boolean IncludeVirtualZones)
IncludeVirtualZones - Whether the virtual zone is included.public Boolean getShowPermission()
public void setShowPermission(Boolean ShowPermission)
ShowPermission - Whether to display all AZs in a region and the user's permissions in each AZ.Copyright © 2025. All rights reserved.