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