Class ListGroupsRequest


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

      • ListGroupsRequest

        public ListGroupsRequest()
    • Method Detail

      • getGroupNames

        public List<String> getGroupNames()
        Getter for groupNames. The group names or CRNs of the groups. If not provided, all groups in the account are retrieved.
      • setGroupNames

        public void setGroupNames​(List<String> groupNames)
        Setter for groupNames. The group names or CRNs of the groups. If not provided, all groups in the account are retrieved.
      • getPageSize

        public Integer getPageSize()
        Getter for pageSize. The size of each page.
      • setPageSize

        public void setPageSize​(Integer pageSize)
        Setter for pageSize. The size of each page.
      • getStartingToken

        public String getStartingToken()
        Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
      • setStartingToken

        public void setStartingToken​(String startingToken)
        Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object