public class AzureManagedIdentityFluentImpl<A extends AzureManagedIdentityFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AzureManagedIdentityFluent<A>
| Constructor and Description |
|---|
AzureManagedIdentityFluentImpl() |
AzureManagedIdentityFluentImpl(AzureManagedIdentity instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClientID() |
String |
getResourceID() |
Boolean |
hasClientID() |
int |
hashCode() |
Boolean |
hasResourceID() |
String |
toString() |
A |
withClientID(String clientID) |
A |
withResourceID(String resourceID) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AzureManagedIdentityFluentImpl()
public AzureManagedIdentityFluentImpl(AzureManagedIdentity instance)
public String getClientID()
getClientID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public A withClientID(String clientID)
withClientID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public Boolean hasClientID()
hasClientID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public String getResourceID()
getResourceID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public A withResourceID(String resourceID)
withResourceID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public Boolean hasResourceID()
hasResourceID in interface AzureManagedIdentityFluent<A extends AzureManagedIdentityFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureManagedIdentityFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureManagedIdentityFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.