Package com.cloudera.cdp.iam.model
Class ListGroupsRequest
java.lang.Object
com.cloudera.cdp.iam.model.ListGroupsRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:27.842-07:00")
public class ListGroupsRequest
extends Object
Request object for a list groups request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for groupNames.Getter for pageSize.Getter for startingToken.int
hashCode()
void
setGroupNames
(List<String> groupNames) Setter for groupNames.void
setPageSize
(Integer pageSize) Setter for pageSize.void
setStartingToken
(String startingToken) Setter for startingToken.toString()
-
Constructor Details
-
ListGroupsRequest
public ListGroupsRequest()
-
-
Method Details
-
getGroupNames
Getter for groupNames. The group names or CRNs of the groups. If not provided, all groups in the account are retrieved. -
setGroupNames
Setter for groupNames. The group names or CRNs of the groups. If not provided, all groups in the account are retrieved. -
getPageSize
Getter for pageSize. The size of each page. -
setPageSize
Setter for pageSize. The size of each page. -
getStartingToken
Getter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
setStartingToken
Setter for startingToken. A token to specify where to start paginating. This is the nextToken from a previously truncated response. -
equals
-
hashCode
public int hashCode() -
toString
-