@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFolderResolvedPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFolderResolvedPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFolderResolvedPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the folder.
|
String |
getFolderId()
The ID of the folder.
|
String |
getNextToken()
A pagination token for the next set of results, or null if there are no more results.
|
List<ResourcePermission> |
getPermissions()
Information about the permissions for the folder.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the folder.
|
void |
setFolderId(String folderId)
The ID of the folder.
|
void |
setNextToken(String nextToken)
A pagination token for the next set of results, or null if there are no more results.
|
void |
setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
DescribeFolderResolvedPermissionsResult |
withArn(String arn)
The Amazon Resource Name (ARN) of the folder.
|
DescribeFolderResolvedPermissionsResult |
withFolderId(String folderId)
The ID of the folder.
|
DescribeFolderResolvedPermissionsResult |
withNextToken(String nextToken)
A pagination token for the next set of results, or null if there are no more results.
|
DescribeFolderResolvedPermissionsResult |
withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.
|
DescribeFolderResolvedPermissionsResult |
withPermissions(ResourcePermission... permissions)
Information about the permissions for the folder.
|
DescribeFolderResolvedPermissionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeFolderResolvedPermissionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeFolderResolvedPermissionsResult()
public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public DescribeFolderResolvedPermissionsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public String getFolderId()
The ID of the folder.
public DescribeFolderResolvedPermissionsResult withFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public void setArn(String arn)
The Amazon Resource Name (ARN) of the folder.
arn
- The Amazon Resource Name (ARN) of the folder.public String getArn()
The Amazon Resource Name (ARN) of the folder.
public DescribeFolderResolvedPermissionsResult withArn(String arn)
The Amazon Resource Name (ARN) of the folder.
arn
- The Amazon Resource Name (ARN) of the folder.public List<ResourcePermission> getPermissions()
Information about the permissions for the folder.
public void setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.
permissions
- Information about the permissions for the folder.public DescribeFolderResolvedPermissionsResult withPermissions(ResourcePermission... permissions)
Information about the permissions for the folder.
NOTE: This method appends the values to the existing list (if any). Use
setPermissions(java.util.Collection)
or withPermissions(java.util.Collection)
if you want to
override the existing values.
permissions
- Information about the permissions for the folder.public DescribeFolderResolvedPermissionsResult withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions for the folder.
permissions
- Information about the permissions for the folder.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public DescribeFolderResolvedPermissionsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public void setNextToken(String nextToken)
A pagination token for the next set of results, or null if there are no more results.
nextToken
- A pagination token for the next set of results, or null if there are no more results.public String getNextToken()
A pagination token for the next set of results, or null if there are no more results.
public DescribeFolderResolvedPermissionsResult withNextToken(String nextToken)
A pagination token for the next set of results, or null if there are no more results.
nextToken
- A pagination token for the next set of results, or null if there are no more results.public String toString()
toString
in class Object
Object.toString()
public DescribeFolderResolvedPermissionsResult clone()