@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 IAMpolicy.
|
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 IAMpolicy.
|
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 IAMpolicy.
|
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, withSdkRequestTimeout
public 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 IAMpolicy.
dashboardId
- The ID for the dashboard, also added to the IAMpolicy.public String getDashboardId()
The ID for the dashboard, also added to the IAMpolicy.
public DescribeDashboardPermissionsRequest withDashboardId(String dashboardId)
The ID for the dashboard, also added to the IAMpolicy.
dashboardId
- The ID for the dashboard, also added to the IAMpolicy.public String toString()
toString
in class Object
Object.toString()
public DescribeDashboardPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()