Class GetAccessKeyRequest


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

      • GetAccessKeyRequest

        public GetAccessKeyRequest()
    • Method Detail

      • getAccessKeyId

        public String getAccessKeyId()
        Getter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request.
      • setAccessKeyId

        public void setAccessKeyId​(String accessKeyId)
        Setter for accessKeyId. The ID of the access key to get information about. If it is not included, it defaults to the access key used to make the request.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object