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