Class AWSPrivateLinkSubnetFluent<A extends AWSPrivateLinkSubnetFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.v1.AWSPrivateLinkSubnetFluent<A>
-
- Direct Known Subclasses:
AWSPrivateLinkInventoryFluent.SubnetsNested,AWSPrivateLinkSubnetBuilder
public class AWSPrivateLinkSubnetFluent<A extends AWSPrivateLinkSubnetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AWSPrivateLinkSubnetFluent()AWSPrivateLinkSubnetFluent(AWSPrivateLinkSubnet instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(AWSPrivateLinkSubnet instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetAvailabilityZone()StringgetSubnetID()booleanhasAdditionalProperties()booleanhasAvailabilityZone()inthashCode()booleanhasSubnetID()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithAvailabilityZone(String availabilityZone)AwithSubnetID(String subnetID)
-
-
-
Constructor Detail
-
AWSPrivateLinkSubnetFluent
public AWSPrivateLinkSubnetFluent()
-
AWSPrivateLinkSubnetFluent
public AWSPrivateLinkSubnetFluent(AWSPrivateLinkSubnet instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AWSPrivateLinkSubnet instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AWSPrivateLinkSubnetFluent<A>>
-
getAvailabilityZone
public String getAvailabilityZone()
-
getSubnetID
public String getSubnetID()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAvailabilityZone
public boolean hasAvailabilityZone()
-
hasSubnetID
public boolean hasSubnetID()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AWSPrivateLinkSubnetFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-