Class SetWorkloadPasswordRequest

java.lang.Object
com.cloudera.cdp.iam.model.SetWorkloadPasswordRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.842-07:00") public class SetWorkloadPasswordRequest extends Object
Request object for a set workload password request.
  • Constructor Details

    • SetWorkloadPasswordRequest

      public SetWorkloadPasswordRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object