Class ListUserKubernetesAccessResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class ListUserKubernetesAccessResponse
    extends CdpResponse
    The response for listing the users that have access to a cluster
    • Constructor Detail

      • ListUserKubernetesAccessResponse

        public ListUserKubernetesAccessResponse()
    • Method Detail

      • getCloudUserIds

        public List<String> getCloudUserIds()
        Getter for cloudUserIds. The cloudUserId for the newly granted user
      • setCloudUserIds

        public void setCloudUserIds​(List<String> cloudUserIds)
        Setter for cloudUserIds. The cloudUserId for the newly granted user
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object