Class ListWorkspacesResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:39.983-08:00") public class ListWorkspacesResponse extends CdpResponse
Response object for the ListWorkspaces method.
  • Constructor Details

    • ListWorkspacesResponse

      public ListWorkspacesResponse()
  • Method Details

    • getWorkspaces

      public List<WorkspaceSummary> getWorkspaces()
      Getter for workspaces. The list of workbenches.
    • setWorkspaces

      public void setWorkspaces(List<WorkspaceSummary> workspaces)
      Setter for workspaces. The list of workbenches.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object