Class ListMachineUsersResponse


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

      • ListMachineUsersResponse

        public ListMachineUsersResponse()
    • Method Detail

      • getMachineUsers

        public List<MachineUser> getMachineUsers()
        Getter for machineUsers. The machine users.
      • setMachineUsers

        public void setMachineUsers​(List<MachineUser> machineUsers)
        Setter for machineUsers. The machine users.
      • 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