Class ListMachineUsersRequest


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

      • ListMachineUsersRequest

        public ListMachineUsersRequest()
    • Method Detail

      • getMachineUserNames

        public List<String> getMachineUserNames()
        Getter for machineUserNames. The names or the CRNs of the machine users. If not provided all machine users for the account are retrieved.
      • setMachineUserNames

        public void setMachineUserNames​(List<String> machineUserNames)
        Setter for machineUserNames. The names or the CRNs of the machine users. If not provided all machine users for 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