Class RevokeExternalUserCredentialsResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.datacatalog.model.RevokeExternalUserCredentialsResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-31T14:25:30.688-07:00")
public class RevokeExternalUserCredentialsResponse
extends CdpResponse
Response of the Revoke external user credentials operation.
-
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 success.inthashCode()voidsetSuccess(Boolean success) Setter for success.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
RevokeExternalUserCredentialsResponse
public RevokeExternalUserCredentialsResponse()
-
-
Method Details
-
getSuccess
Getter for success. Indicates whether the external user credentials were successfully revoked. -
setSuccess
Setter for success. Indicates whether the external user credentials were successfully revoked. -
equals
-
hashCode
public int hashCode() -
toString
-