Class ListAccessKeysResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class ListAccessKeysResponse
    extends CdpResponse
    Response object for a list access keys request.
    • Constructor Detail

      • ListAccessKeysResponse

        public ListAccessKeysResponse()
    • Method Detail

      • getAccessKeys

        public List<AccessKey> getAccessKeys()
        Getter for accessKeys. The access keys.
      • setAccessKeys

        public void setAccessKeys​(List<AccessKey> accessKeys)
        Setter for accessKeys. The access keys.
      • getNextToken

        public String getNextToken()
        Getter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • setNextToken

        public void setNextToken​(String nextToken)
        Setter for nextToken. The token to use when requesting the next set of results. If not present, there are no additional results.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object