Package com.cloudera.cdp.datahub.model
Class ListDatahubSecretTypesResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datahub.model.ListDatahubSecretTypesResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-11-26T08:05:40.396-08:00")
public class ListDatahubSecretTypesResponse
extends CdpResponse
Response object for showing the secret types and descriptions.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for datahubSecretTypes.inthashCode()voidsetDatahubSecretTypes(List<SecretTypeResponse> datahubSecretTypes) Setter for datahubSecretTypes.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListDatahubSecretTypesResponse
public ListDatahubSecretTypesResponse()
-
-
Method Details
-
getDatahubSecretTypes
Getter for datahubSecretTypes. The list of secret types supported by Datahub. -
setDatahubSecretTypes
Setter for datahubSecretTypes. The list of secret types supported by Datahub. -
equals
-
hashCode
public int hashCode() -
toString
-