Class AWSSubnetsFluent<A extends AWSSubnetsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.AWSSubnetsFluent<A>
-
- Direct Known Subclasses:
AWSClassicLoadBalancerParametersFluent.SubnetsNested,AWSNetworkLoadBalancerParametersFluent.SubnetsNested,AWSSubnetsBuilder
public class AWSSubnetsFluent<A extends AWSSubnetsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AWSSubnetsFluent()AWSSubnetsFluent(AWSSubnets instance)
-
Method Summary
-
-
-
Constructor Detail
-
AWSSubnetsFluent
public AWSSubnetsFluent()
-
AWSSubnetsFluent
public AWSSubnetsFluent(AWSSubnets instance)
-
-
Method Detail
-
addAllToIds
public A addAllToIds(Collection<String> items)
-
addAllToNames
public A addAllToNames(Collection<String> items)
-
copyInstance
protected void copyInstance(AWSSubnets instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AWSSubnetsFluent<A>>
-
getFirstId
public String getFirstId()
-
getFirstName
public String getFirstName()
-
getId
public String getId(int index)
-
getLastId
public String getLastId()
-
getLastName
public String getLastName()
-
getName
public String getName(int index)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasIds
public boolean hasIds()
-
hasNames
public boolean hasNames()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AWSSubnetsFluent<A>>
-
removeAllFromIds
public A removeAllFromIds(Collection<String> items)
-
removeAllFromNames
public A removeAllFromNames(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-