public class DescribeImageSharePermissionResponse extends AbstractResponse
responseMetadata| 构造器和说明 |
|---|
DescribeImageSharePermissionResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeImageSharePermissionResponse |
accounts(List<AccountForDescribeImageSharePermissionOutput> accounts) |
DescribeImageSharePermissionResponse |
addAccountsItem(AccountForDescribeImageSharePermissionOutput accountsItem) |
boolean |
equals(Object o) |
@Valid List<AccountForDescribeImageSharePermissionOutput> |
getAccounts()
Get accounts
|
String |
getImageId()
Get imageId
|
String |
getNextToken()
Get nextToken
|
Integer |
getTotalCount()
Get totalCount
|
int |
hashCode() |
DescribeImageSharePermissionResponse |
imageId(String imageId) |
DescribeImageSharePermissionResponse |
nextToken(String nextToken) |
void |
setAccounts(List<AccountForDescribeImageSharePermissionOutput> accounts) |
void |
setImageId(String imageId) |
void |
setNextToken(String nextToken) |
void |
setTotalCount(Integer totalCount) |
String |
toString() |
DescribeImageSharePermissionResponse |
totalCount(Integer totalCount) |
getResponseMetadata, setResponseMetadatapublic DescribeImageSharePermissionResponse accounts(List<AccountForDescribeImageSharePermissionOutput> accounts)
public DescribeImageSharePermissionResponse addAccountsItem(AccountForDescribeImageSharePermissionOutput accountsItem)
@Valid public @Valid List<AccountForDescribeImageSharePermissionOutput> getAccounts()
public void setAccounts(List<AccountForDescribeImageSharePermissionOutput> accounts)
public DescribeImageSharePermissionResponse imageId(String imageId)
public String getImageId()
public void setImageId(String imageId)
public DescribeImageSharePermissionResponse nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
public DescribeImageSharePermissionResponse totalCount(Integer totalCount)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
Copyright © 2024. All rights reserved.