@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDashboardPermissionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateDashboardPermissionsResult() |
Modifier and Type | Method and Description |
---|---|
UpdateDashboardPermissionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
|
String |
getDashboardId()
The ID for the dashboard.
|
LinkSharingConfiguration |
getLinkSharingConfiguration()
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
|
List<ResourcePermission> |
getPermissions()
Information about the permissions on the dashboard.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard.
|
void |
setLinkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
|
void |
setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
|
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.
|
UpdateDashboardPermissionsResult |
withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
|
UpdateDashboardPermissionsResult |
withDashboardId(String dashboardId)
The ID for the dashboard.
|
UpdateDashboardPermissionsResult |
withLinkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
|
UpdateDashboardPermissionsResult |
withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
|
UpdateDashboardPermissionsResult |
withPermissions(ResourcePermission... permissions)
Information about the permissions on the dashboard.
|
UpdateDashboardPermissionsResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
UpdateDashboardPermissionsResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public String getDashboardArn()
The Amazon Resource Name (ARN) of the dashboard.
public UpdateDashboardPermissionsResult withDashboardArn(String dashboardArn)
The Amazon Resource Name (ARN) of the dashboard.
dashboardArn
- The Amazon Resource Name (ARN) of the dashboard.public void setDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public String getDashboardId()
The ID for the dashboard.
public UpdateDashboardPermissionsResult withDashboardId(String dashboardId)
The ID for the dashboard.
dashboardId
- The ID for the dashboard.public List<ResourcePermission> getPermissions()
Information about the permissions on the dashboard.
public void setPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
permissions
- Information about the permissions on the dashboard.public UpdateDashboardPermissionsResult withPermissions(ResourcePermission... permissions)
Information about the permissions on the dashboard.
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 dashboard.public UpdateDashboardPermissionsResult withPermissions(Collection<ResourcePermission> permissions)
Information about the permissions on the dashboard.
permissions
- Information about the permissions on the dashboard.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 UpdateDashboardPermissionsResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.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 UpdateDashboardPermissionsResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setLinkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
linkSharingConfiguration
- Updates the permissions of a shared link to an Amazon QuickSight dashboard.public LinkSharingConfiguration getLinkSharingConfiguration()
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
public UpdateDashboardPermissionsResult withLinkSharingConfiguration(LinkSharingConfiguration linkSharingConfiguration)
Updates the permissions of a shared link to an Amazon QuickSight dashboard.
linkSharingConfiguration
- Updates the permissions of a shared link to an Amazon QuickSight dashboard.public String toString()
toString
in class Object
Object.toString()
public UpdateDashboardPermissionsResult clone()