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