@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeFolderPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeFolderPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeFolderPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the folder.
|
String |
getFolderId()
The ID of the folder.
|
List<ResourcePermission> |
getPermissions()
Information about the permissions on 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) for the folder.
|
void |
setFolderId(String folderId)
The ID of the folder.
|
void |
setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on 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.
|
DescribeFolderPermissionsResult |
withArn(String arn)
The Amazon Resource Name (ARN) for the folder.
|
DescribeFolderPermissionsResult |
withFolderId(String folderId)
The ID of the folder.
|
DescribeFolderPermissionsResult |
withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the folder.
|
DescribeFolderPermissionsResult |
withPermissions(ResourcePermission... permissions)
Information about the permissions on the folder.
|
DescribeFolderPermissionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeFolderPermissionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 DescribeFolderPermissionsResult 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 DescribeFolderPermissionsResult withFolderId(String folderId)
The ID of the folder.
folderId
- The ID of the folder.public void setArn(String arn)
The Amazon Resource Name (ARN) for the folder.
arn
- The Amazon Resource Name (ARN) for the folder.public String getArn()
The Amazon Resource Name (ARN) for the folder.
public DescribeFolderPermissionsResult withArn(String arn)
The Amazon Resource Name (ARN) for the folder.
arn
- The Amazon Resource Name (ARN) for the folder.public List<ResourcePermission> getPermissions()
Information about the permissions on the folder.
public void setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the folder.
permissions
- Information about the permissions on the folder.public DescribeFolderPermissionsResult withPermissions(ResourcePermission... permissions)
Information about the permissions on 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 on the folder.public DescribeFolderPermissionsResult withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the folder.
permissions
- Information about the permissions on 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 DescribeFolderPermissionsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public DescribeFolderPermissionsResult clone()