public class ListRoleAssignmentsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListRoleAssignmentsResponse() |
ListRoleAssignmentsResponse(ListRoleAssignmentsResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsTruncated()
Get Whether the returned result is truncated.
|
Long |
getMaxResults()
Get Maximum number of data entries per page.
|
String |
getNextToken()
Get Token for querying the next page of returned results.
|
String |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
RoleAssignments[] |
getRoleAssignments()
Get Authorization list of the target account of the Tencent Cloud Organization.
|
Long |
getTotalCounts()
Get Total number of data entries that meet the request parameter conditions.
|
void |
setIsTruncated(Boolean IsTruncated)
Set Whether the returned result is truncated.
|
void |
setMaxResults(Long MaxResults)
Set Maximum number of data entries per page.
|
void |
setNextToken(String NextToken)
Set Token for querying the next page of returned results.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setRoleAssignments(RoleAssignments[] RoleAssignments)
Set Authorization list of the target account of the Tencent Cloud Organization.
|
void |
setTotalCounts(Long TotalCounts)
Set Total number of data entries that meet the request parameter conditions.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ListRoleAssignmentsResponse()
public ListRoleAssignmentsResponse(ListRoleAssignmentsResponse source)
public String getNextToken()
public void setNextToken(String NextToken)
NextToken
- Token for querying the next page of returned results. Note: This parameter is displayed only when IsTruncated is true.public Long getTotalCounts()
public void setTotalCounts(Long TotalCounts)
TotalCounts
- Total number of data entries that meet the request parameter conditions.public Long getMaxResults()
public void setMaxResults(Long MaxResults)
MaxResults
- Maximum number of data entries per page.public Boolean getIsTruncated()
public void setIsTruncated(Boolean IsTruncated)
IsTruncated
- Whether the returned result is truncated. Valid values: true: truncated; false: not truncated.public RoleAssignments[] getRoleAssignments()
public void setRoleAssignments(RoleAssignments[] RoleAssignments)
RoleAssignments
- Authorization list of the target account of the Tencent Cloud Organization.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.