public static class GetServiceRequest.GetServiceRequestFilter
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
marker |
String |
maxKeys |
String |
prefix |
| Constructor and Description |
|---|
GetServiceRequestFilter() |
| Modifier and Type | Method and Description |
|---|---|
static GetServiceRequest.GetServiceRequestFilter |
build(Map<String,?> map) |
String |
getMarker() |
String |
getMaxKeys() |
String |
getPrefix() |
GetServiceRequest.GetServiceRequestFilter |
setMarker(String marker) |
GetServiceRequest.GetServiceRequestFilter |
setMaxKeys(String maxKeys) |
GetServiceRequest.GetServiceRequestFilter |
setPrefix(String prefix) |
@NameInMap(value="prefix") public String prefix
@NameInMap(value="marker") public String marker
@NameInMap(value="max-keys") public String maxKeys
public static GetServiceRequest.GetServiceRequestFilter build(Map<String,?> map) throws Exception
Exceptionpublic GetServiceRequest.GetServiceRequestFilter setPrefix(String prefix)
public String getPrefix()
public GetServiceRequest.GetServiceRequestFilter setMarker(String marker)
public String getMarker()
public GetServiceRequest.GetServiceRequestFilter setMaxKeys(String maxKeys)
public String getMaxKeys()
Copyright © 2021. All rights reserved.