public class ApiServerEndpointsForListClustersOutput extends Object
| Constructor and Description |
|---|
ApiServerEndpointsForListClustersOutput() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Valid PrivateIpForListClustersOutput |
getPrivateIp()
Get privateIp
|
@Valid PublicIpForListClustersOutput |
getPublicIp()
Get publicIp
|
int |
hashCode() |
ApiServerEndpointsForListClustersOutput |
privateIp(PrivateIpForListClustersOutput privateIp) |
ApiServerEndpointsForListClustersOutput |
publicIp(PublicIpForListClustersOutput publicIp) |
void |
setPrivateIp(PrivateIpForListClustersOutput privateIp) |
void |
setPublicIp(PublicIpForListClustersOutput publicIp) |
String |
toString() |
public ApiServerEndpointsForListClustersOutput()
public ApiServerEndpointsForListClustersOutput privateIp(PrivateIpForListClustersOutput privateIp)
@Valid public @Valid PrivateIpForListClustersOutput getPrivateIp()
public void setPrivateIp(PrivateIpForListClustersOutput privateIp)
public ApiServerEndpointsForListClustersOutput publicIp(PublicIpForListClustersOutput publicIp)
@Valid public @Valid PublicIpForListClustersOutput getPublicIp()
public void setPublicIp(PublicIpForListClustersOutput publicIp)
Copyright © 2024. All rights reserved.