Class UpdateAzureCredentialRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.UpdateAzureCredentialRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class UpdateAzureCredentialRequest extends Object
Request object for an update Azure credential request.
-
-
Constructor Summary
Constructors Constructor Description UpdateAzureCredentialRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
UpdateAzureCredentialRequestAppBased
getAppBased()
Getter for appBased.String
getCredentialName()
Getter for credentialName.String
getDescription()
Getter for description.String
getSubscriptionId()
Getter for subscriptionId.String
getTenantId()
Getter for tenantId.int
hashCode()
void
setAppBased(UpdateAzureCredentialRequestAppBased appBased)
Setter for appBased.void
setCredentialName(String credentialName)
Setter for credentialName.void
setDescription(String description)
Setter for description.void
setSubscriptionId(String subscriptionId)
Setter for subscriptionId.void
setTenantId(String tenantId)
Setter for tenantId.String
toString()
-
-
-
Method Detail
-
getCredentialName
public String getCredentialName()
Getter for credentialName. The name of the credential.
-
setCredentialName
public void setCredentialName(String credentialName)
Setter for credentialName. The name of the credential.
-
getSubscriptionId
public String getSubscriptionId()
Getter for subscriptionId. The Azure subscription ID.
-
setSubscriptionId
public void setSubscriptionId(String subscriptionId)
Setter for subscriptionId. The Azure subscription ID.
-
getTenantId
public String getTenantId()
Getter for tenantId. The Azure AD tenant ID for the Azure subscription.
-
setTenantId
public void setTenantId(String tenantId)
Setter for tenantId. The Azure AD tenant ID for the Azure subscription.
-
getAppBased
public UpdateAzureCredentialRequestAppBased getAppBased()
Getter for appBased.
-
setAppBased
public void setAppBased(UpdateAzureCredentialRequestAppBased appBased)
Setter for appBased.
-
getDescription
public String getDescription()
Getter for description. A description for the credential.
-
setDescription
public void setDescription(String description)
Setter for description. A description for the credential.
-
-