public class PlatformStatusFluent<A extends PlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformStatusFluent.AwsNested<N> |
| Constructor and Description |
|---|
PlatformStatusFluent() |
PlatformStatusFluent(PlatformStatus instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
AwsPlatformStatus |
buildAws() |
protected void |
copyInstance(PlatformStatus instance) |
PlatformStatusFluent.AwsNested<A> |
editAws() |
PlatformStatusFluent.AwsNested<A> |
editOrNewAws() |
PlatformStatusFluent.AwsNested<A> |
editOrNewAwsLike(AwsPlatformStatus item) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
boolean |
hasAdditionalProperties() |
boolean |
hasAws() |
int |
hashCode() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAws(AwsPlatformStatus aws) |
PlatformStatusFluent.AwsNested<A> |
withNewAws() |
PlatformStatusFluent.AwsNested<A> |
withNewAwsLike(AwsPlatformStatus item) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PlatformStatusFluent()
public PlatformStatusFluent(PlatformStatus instance)
protected void copyInstance(PlatformStatus instance)
public AwsPlatformStatus buildAws()
public A withAws(AwsPlatformStatus aws)
public boolean hasAws()
public PlatformStatusFluent.AwsNested<A> withNewAws()
public PlatformStatusFluent.AwsNested<A> withNewAwsLike(AwsPlatformStatus item)
public PlatformStatusFluent.AwsNested<A> editAws()
public PlatformStatusFluent.AwsNested<A> editOrNewAws()
public PlatformStatusFluent.AwsNested<A> editOrNewAwsLike(AwsPlatformStatus item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformStatusFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PlatformStatusFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.