public class EC2RootVolumeFluent<A extends EC2RootVolumeFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
EC2RootVolumeFluent() |
EC2RootVolumeFluent(EC2RootVolume instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(EC2RootVolume instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getIops() |
String |
getKmsKeyARN() |
Integer |
getSize() |
String |
getType() |
boolean |
hasAdditionalProperties() |
int |
hashCode() |
boolean |
hasIops() |
boolean |
hasKmsKeyARN() |
boolean |
hasSize() |
boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withIops(Integer iops) |
A |
withKmsKeyARN(String kmsKeyARN) |
A |
withSize(Integer size) |
A |
withType(String type) |
public EC2RootVolumeFluent()
public EC2RootVolumeFluent(EC2RootVolume instance)
protected void copyInstance(EC2RootVolume instance)
public Integer getIops()
public boolean hasIops()
public String getKmsKeyARN()
public boolean hasKmsKeyARN()
public Integer getSize()
public boolean hasSize()
public String getType()
public boolean hasType()
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 EC2RootVolumeFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EC2RootVolumeFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.