Class GetKeytabRequest

java.lang.Object
com.cloudera.cdp.environments.model.GetKeytabRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class GetKeytabRequest extends Object
Request object for get keytab request.
  • Constructor Details

    • GetKeytabRequest

      public GetKeytabRequest()
  • Method Details

    • getEnvironmentName

      public String getEnvironmentName()
      Getter for environmentName. The name or CRN of the environment.
    • setEnvironmentName

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name or CRN of the environment.
    • getActorCrn

      public String getActorCrn()
      Getter for actorCrn. The CRN of the user or machine user to retrieve the keytab for. 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 to retrieve the keytab for. 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