Class DeleteCustomNarConfigurationResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.DeleteCustomNarConfigurationResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class DeleteCustomNarConfigurationResponse
extends CdpResponse
Response object for deleting a custom NAR configuration.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for configurationVersion.getCrn()
Getter for crn.Getter for password.Getter for projectCrn.Getter for storageLocation.Getter for username.int
hashCode()
void
setConfigurationVersion
(Integer configurationVersion) Setter for configurationVersion.void
Setter for crn.void
setPassword
(String password) Setter for password.void
setProjectCrn
(String projectCrn) Setter for projectCrn.void
setStorageLocation
(String storageLocation) Setter for storageLocation.void
setUsername
(String username) Setter for username.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
DeleteCustomNarConfigurationResponse
public DeleteCustomNarConfigurationResponse()
-
-
Method Details
-
getUsername
Getter for username. The username used to access the storage location -
setUsername
Setter for username. The username used to access the storage location -
getPassword
Getter for password. The password used to access the storage location -
setPassword
Setter for password. The password used to access the storage location -
getStorageLocation
Getter for storageLocation. The storage location, such as an S3 bucket or ADLS container -
setStorageLocation
Setter for storageLocation. The storage location, such as an S3 bucket or ADLS container -
getConfigurationVersion
Getter for configurationVersion. The version of the configuration -
setConfigurationVersion
Setter for configurationVersion. The version of the configuration -
getProjectCrn
Getter for projectCrn. The CRN of the project. -
setProjectCrn
Setter for projectCrn. The CRN of the project. -
getCrn
Getter for crn. The CRN of the custom resource configuration to update. -
setCrn
Setter for crn. The CRN of the custom resource configuration to update. -
equals
-
hashCode
public int hashCode() -
toString
-