public class ListLayerVersionsRequest extends AbstractModel
Constructor and Description |
---|
ListLayerVersionsRequest() |
ListLayerVersionsRequest(ListLayerVersionsRequest 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 |
---|---|
String[] |
getCompatibleRuntime()
Get Compatible runtimes
|
String |
getLayerName()
Get Layer name
|
void |
setCompatibleRuntime(String[] CompatibleRuntime)
Set Compatible runtimes
|
void |
setLayerName(String LayerName)
Set Layer name
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ListLayerVersionsRequest()
public ListLayerVersionsRequest(ListLayerVersionsRequest source)
public String getLayerName()
public void setLayerName(String LayerName)
LayerName
- Layer namepublic String[] getCompatibleRuntime()
public void setCompatibleRuntime(String[] CompatibleRuntime)
CompatibleRuntime
- Compatible runtimesCopyright © 2023. All rights reserved.