public class DescribeImageSharePermissionRequest extends Object
| Constructor and Description |
|---|
DescribeImageSharePermissionRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getImageId()
Get imageId
|
Integer |
getMaxResults()
Get maxResults
|
String |
getNextToken()
Get nextToken
|
int |
hashCode() |
DescribeImageSharePermissionRequest |
imageId(String imageId) |
DescribeImageSharePermissionRequest |
maxResults(Integer maxResults) |
DescribeImageSharePermissionRequest |
nextToken(String nextToken) |
void |
setImageId(String imageId) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
String |
toString() |
public DescribeImageSharePermissionRequest imageId(String imageId)
public String getImageId()
public void setImageId(String imageId)
public DescribeImageSharePermissionRequest maxResults(Integer maxResults)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public DescribeImageSharePermissionRequest nextToken(String nextToken)
public String getNextToken()
public void setNextToken(String nextToken)
Copyright © 2025. All rights reserved.