Class SetWorkloadPasswordRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class SetWorkloadPasswordRequest
    extends Object
    Request object for a set workload password request.
    • Constructor Detail

      • SetWorkloadPasswordRequest

        public SetWorkloadPasswordRequest()
    • Method Detail

      • getPassword

        public String getPassword()
        Getter for password. The password value to set
      • setPassword

        public void setPassword​(String password)
        Setter for password. The password value to set
      • getActorCrn

        public String getActorCrn()
        Getter for actorCrn. The CRN of the user or machine user for whom the password will be set. If it is not included, it defaults to the user making the request.
      • setActorCrn

        public void setActorCrn​(String actorCrn)
        Setter for actorCrn. The CRN of the user or machine user for whom the password will be set. If it is not included, it defaults to the user making the request.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object