@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDashboardPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeDashboardPermissionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeDashboardPermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
|
String |
getDashboardId()
The ID for the dashboard, also added to the IAM policy.
|
int |
hashCode() |
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
|
void |
setDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDashboardPermissionsRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
|
DescribeDashboardPermissionsRequest |
withDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions
for.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
public DescribeDashboardPermissionsRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions for.
awsAccountId - The ID of the Amazon Web Services account that contains the dashboard that you're describing permissions
for.public void setDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
dashboardId - The ID for the dashboard, also added to the IAM policy.public String getDashboardId()
The ID for the dashboard, also added to the IAM policy.
public DescribeDashboardPermissionsRequest withDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAM policy.
dashboardId - The ID for the dashboard, also added to the IAM policy.public String toString()
toString in class ObjectObject.toString()public DescribeDashboardPermissionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()