public class DescribeImageSharePermissionResponse extends AbstractResponse
responseMetadata| Constructor and Description |
|---|
DescribeImageSharePermissionResponse() |
| Modifier and Type | Method and Description |
|---|---|
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()
public 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.