public class ListEntitiesForPolicyResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListEntitiesForPolicyResponse.Group |
static class |
ListEntitiesForPolicyResponse.Role |
static class |
ListEntitiesForPolicyResponse.User |
| Constructor and Description |
|---|
ListEntitiesForPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListEntitiesForPolicyResponse.Group> |
getGroups() |
ListEntitiesForPolicyResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getRequestId() |
List<ListEntitiesForPolicyResponse.Role> |
getRoles() |
List<ListEntitiesForPolicyResponse.User> |
getUsers() |
void |
setGroups(List<ListEntitiesForPolicyResponse.Group> groups) |
void |
setRequestId(String requestId) |
void |
setRoles(List<ListEntitiesForPolicyResponse.Role> roles) |
void |
setUsers(List<ListEntitiesForPolicyResponse.User> users) |
public String getRequestId()
public void setRequestId(String requestId)
public List<ListEntitiesForPolicyResponse.Group> getGroups()
public void setGroups(List<ListEntitiesForPolicyResponse.Group> groups)
public List<ListEntitiesForPolicyResponse.User> getUsers()
public void setUsers(List<ListEntitiesForPolicyResponse.User> users)
public List<ListEntitiesForPolicyResponse.Role> getRoles()
public void setRoles(List<ListEntitiesForPolicyResponse.Role> roles)
public ListEntitiesForPolicyResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2017. All Rights Reserved.