@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
CreateAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis.
|
String |
getArn()
The ARN for the analysis.
|
String |
getCreationStatus()
The status of the creation of the analysis.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
Integer |
getStatus()
The HTTP status of the request.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID of the analysis.
|
void |
setArn(String arn)
The ARN for the analysis.
|
void |
setCreationStatus(String creationStatus)
The status of the creation of the analysis.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
String |
toString()
Returns a string representation of this object.
|
CreateAnalysisResult |
withAnalysisId(String analysisId)
The ID of the analysis.
|
CreateAnalysisResult |
withArn(String arn)
The ARN for the analysis.
|
CreateAnalysisResult |
withCreationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
|
CreateAnalysisResult |
withCreationStatus(String creationStatus)
The status of the creation of the analysis.
|
CreateAnalysisResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateAnalysisResult |
withStatus(Integer status)
The HTTP status of the request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setArn(String arn)
The ARN for the analysis.
arn
- The ARN for the analysis.public String getArn()
The ARN for the analysis.
public CreateAnalysisResult withArn(String arn)
The ARN for the analysis.
arn
- The ARN for the analysis.public void setAnalysisId(String analysisId)
The ID of the analysis.
analysisId
- The ID of the analysis.public String getAnalysisId()
The ID of the analysis.
public CreateAnalysisResult withAnalysisId(String analysisId)
The ID of the analysis.
analysisId
- The ID of the analysis.public void setCreationStatus(String creationStatus)
The status of the creation of the analysis.
creationStatus
- The status of the creation of the analysis.ResourceStatus
public String getCreationStatus()
The status of the creation of the analysis.
ResourceStatus
public CreateAnalysisResult withCreationStatus(String creationStatus)
The status of the creation of the analysis.
creationStatus
- The status of the creation of the analysis.ResourceStatus
public CreateAnalysisResult withCreationStatus(ResourceStatus creationStatus)
The status of the creation of the analysis.
creationStatus
- The status of the creation of the analysis.ResourceStatus
public void setStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public Integer getStatus()
The HTTP status of the request.
public CreateAnalysisResult withStatus(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.public void setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String getRequestId()
The Amazon Web Services request ID for this operation.
public CreateAnalysisResult withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.public String toString()
toString
in class Object
Object.toString()
public CreateAnalysisResult clone()