public class ListSupportedImagesRequest extends Object
| Constructor and Description |
|---|
ListSupportedImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSupportedImagesRequest |
addInstanceTypeIdsItem(String instanceTypeIdsItem) |
boolean |
equals(Object o) |
List<String> |
getInstanceTypeIds()
Get instanceTypeIds
|
String |
getKubernetesVersion()
Get kubernetesVersion
|
int |
hashCode() |
ListSupportedImagesRequest |
instanceTypeIds(List<String> instanceTypeIds) |
ListSupportedImagesRequest |
intersection(Boolean intersection) |
Boolean |
isIntersection()
Get intersection
|
ListSupportedImagesRequest |
kubernetesVersion(String kubernetesVersion) |
void |
setInstanceTypeIds(List<String> instanceTypeIds) |
void |
setIntersection(Boolean intersection) |
void |
setKubernetesVersion(String kubernetesVersion) |
String |
toString() |
public ListSupportedImagesRequest instanceTypeIds(List<String> instanceTypeIds)
public ListSupportedImagesRequest addInstanceTypeIdsItem(String instanceTypeIdsItem)
public List<String> getInstanceTypeIds()
public ListSupportedImagesRequest intersection(Boolean intersection)
public Boolean isIntersection()
public void setIntersection(Boolean intersection)
public ListSupportedImagesRequest kubernetesVersion(String kubernetesVersion)
public String getKubernetesVersion()
public void setKubernetesVersion(String kubernetesVersion)
Copyright © 2026. All rights reserved.