public class AWSElasticBlockStoreVolumeSourceFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
AWSElasticBlockStoreVolumeSourceFluent() |
AWSElasticBlockStoreVolumeSourceFluent(AWSElasticBlockStoreVolumeSource instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
protected void |
copyInstance(AWSElasticBlockStoreVolumeSource instance) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getFsType() |
Integer |
getPartition() |
Boolean |
getReadOnly() |
String |
getVolumeID() |
boolean |
hasAdditionalProperties() |
boolean |
hasFsType() |
int |
hashCode() |
boolean |
hasPartition() |
boolean |
hasReadOnly() |
boolean |
hasVolumeID() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withFsType(String fsType) |
A |
withPartition(Integer partition) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
A |
withVolumeID(String volumeID) |
public AWSElasticBlockStoreVolumeSourceFluent()
public AWSElasticBlockStoreVolumeSourceFluent(AWSElasticBlockStoreVolumeSource instance)
protected void copyInstance(AWSElasticBlockStoreVolumeSource instance)
public String getFsType()
public boolean hasFsType()
public Integer getPartition()
public boolean hasPartition()
public Boolean getReadOnly()
public boolean hasReadOnly()
public String getVolumeID()
public boolean hasVolumeID()
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 AWSElasticBlockStoreVolumeSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AWSElasticBlockStoreVolumeSourceFluent<A>>public A withReadOnly()
Copyright © 2015–2024 Red Hat. All rights reserved.