public class DescribeClusterNodePoolsRequest extends AbstractModel
Constructor and Description |
---|
DescribeClusterNodePoolsRequest() |
DescribeClusterNodePoolsRequest(DescribeClusterNodePoolsRequest 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 |
getClusterId()
Get ClusterId (cluster ID)
|
Filter[] |
getFilters()
Get · NodePoolsName
Filters by the node pool name
Type: String
Required: No
· NodePoolsId
Filters by the node pool ID
Type: String
Required: No
· tags
Filters by key-value pairs of tags
Type: String
Required: No
· tag:tag-key
Filters by key-value pairs of tags
Type: String
Required: No
|
void |
setClusterId(String ClusterId)
Set ClusterId (cluster ID)
|
void |
setFilters(Filter[] Filters)
Set · NodePoolsName
Filters by the node pool name
Type: String
Required: No
· NodePoolsId
Filters by the node pool ID
Type: String
Required: No
· tags
Filters by key-value pairs of tags
Type: String
Required: No
· tag:tag-key
Filters by key-value pairs of tags
Type: String
Required: No
|
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 DescribeClusterNodePoolsRequest()
public DescribeClusterNodePoolsRequest(DescribeClusterNodePoolsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- ClusterId (cluster ID)public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- · NodePoolsName
Filters by the node pool name
Type: String
Required: No
· NodePoolsId
Filters by the node pool ID
Type: String
Required: No
· tags
Filters by key-value pairs of tags
Type: String
Required: No
· tag:tag-key
Filters by key-value pairs of tags
Type: String
Required: NoCopyright © 2023. All rights reserved.