@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnalysisPermissionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeAnalysisPermissionsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisPermissionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis whose permissions you're describing.
|
String |
getAwsAccountId()
The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID of the analysis whose permissions you're describing.
|
void |
setAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnalysisPermissionsRequest |
withAnalysisId(String analysisId)
The ID of the analysis whose permissions you're describing.
|
DescribeAnalysisPermissionsRequest |
withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing.
|
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 analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in.
awsAccountId
- The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing.
You must be using the Amazon Web Services account that the analysis is in.public String getAwsAccountId()
The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in.
public DescribeAnalysisPermissionsRequest withAwsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing. You must be using the Amazon Web Services account that the analysis is in.
awsAccountId
- The ID of the Amazon Web Services account that contains the analysis whose permissions you're describing.
You must be using the Amazon Web Services account that the analysis is in.public void setAnalysisId(String analysisId)
The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.
analysisId
- The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.public String getAnalysisId()
The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.
public DescribeAnalysisPermissionsRequest withAnalysisId(String analysisId)
The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.
analysisId
- The ID of the analysis whose permissions you're describing. The ID is part of the analysis URL.public String toString()
toString
in class Object
Object.toString()
public DescribeAnalysisPermissionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()