public class AWSResourceTagFluentImpl<A extends AWSResourceTagFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AWSResourceTagFluent<A>
| Constructor and Description |
|---|
AWSResourceTagFluentImpl() |
AWSResourceTagFluentImpl(AWSResourceTag instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getKey() |
String |
getValue() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasValue() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withKey(String key) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withValue(String value) |
public AWSResourceTagFluentImpl()
public AWSResourceTagFluentImpl(AWSResourceTag instance)
public String getKey()
getKey in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A withKey(String key)
withKey in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public Boolean hasKey()
hasKey in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>@Deprecated public A withNewKey(String arg0)
withNewKey in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public String getValue()
getValue in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A withValue(String value)
withValue in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public Boolean hasValue()
hasValue in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>@Deprecated public A withNewValue(String arg0)
withNewValue in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AWSResourceTagFluent<A extends AWSResourceTagFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.