@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAnalysisDefinitionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAnalysisDefinitionResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAnalysisDefinitionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalysisId()
The ID of the analysis described.
|
AnalysisDefinition |
getDefinition()
The definition of an analysis.
|
List<AnalysisError> |
getErrors()
Errors associated with the analysis.
|
String |
getName()
The descriptive name of the analysis.
|
String |
getRequestId()
The Amazon Web Services request ID for this operation.
|
String |
getResourceStatus()
Status associated with the analysis.
|
Integer |
getStatus()
The HTTP status of the request.
|
String |
getThemeArn()
The ARN of the theme of the analysis.
|
int |
hashCode() |
void |
setAnalysisId(String analysisId)
The ID of the analysis described.
|
void |
setDefinition(AnalysisDefinition definition)
The definition of an analysis.
|
void |
setErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
void |
setName(String name)
The descriptive name of the analysis.
|
void |
setRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
void |
setResourceStatus(String resourceStatus)
Status associated with the analysis.
|
void |
setStatus(Integer status)
The HTTP status of the request.
|
void |
setThemeArn(String themeArn)
The ARN of the theme of the analysis.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAnalysisDefinitionResult |
withAnalysisId(String analysisId)
The ID of the analysis described.
|
DescribeAnalysisDefinitionResult |
withDefinition(AnalysisDefinition definition)
The definition of an analysis.
|
DescribeAnalysisDefinitionResult |
withErrors(AnalysisError... errors)
Errors associated with the analysis.
|
DescribeAnalysisDefinitionResult |
withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
|
DescribeAnalysisDefinitionResult |
withName(String name)
The descriptive name of the analysis.
|
DescribeAnalysisDefinitionResult |
withRequestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeAnalysisDefinitionResult |
withResourceStatus(ResourceStatus resourceStatus)
Status associated with the analysis.
|
DescribeAnalysisDefinitionResult |
withResourceStatus(String resourceStatus)
Status associated with the analysis.
|
DescribeAnalysisDefinitionResult |
withStatus(Integer status)
The HTTP status of the request.
|
DescribeAnalysisDefinitionResult |
withThemeArn(String themeArn)
The ARN of the theme of the analysis.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAnalysisId(String analysisId)
The ID of the analysis described.
analysisId
- The ID of the analysis described.public String getAnalysisId()
The ID of the analysis described.
public DescribeAnalysisDefinitionResult withAnalysisId(String analysisId)
The ID of the analysis described.
analysisId
- The ID of the analysis described.public void setName(String name)
The descriptive name of the analysis.
name
- The descriptive name of the analysis.public String getName()
The descriptive name of the analysis.
public DescribeAnalysisDefinitionResult withName(String name)
The descriptive name of the analysis.
name
- The descriptive name of the analysis.public List<AnalysisError> getErrors()
Errors associated with the analysis.
public void setErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
errors
- Errors associated with the analysis.public DescribeAnalysisDefinitionResult withErrors(AnalysisError... errors)
Errors associated with the analysis.
NOTE: This method appends the values to the existing list (if any). Use
setErrors(java.util.Collection)
or withErrors(java.util.Collection)
if you want to override the
existing values.
errors
- Errors associated with the analysis.public DescribeAnalysisDefinitionResult withErrors(Collection<AnalysisError> errors)
Errors associated with the analysis.
errors
- Errors associated with the analysis.public void setResourceStatus(String resourceStatus)
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public String getResourceStatus()
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public DescribeAnalysisDefinitionResult withResourceStatus(String resourceStatus)
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public DescribeAnalysisDefinitionResult withResourceStatus(ResourceStatus resourceStatus)
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
resourceStatus
- Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
ResourceStatus
public void setThemeArn(String themeArn)
The ARN of the theme of the analysis.
themeArn
- The ARN of the theme of the analysis.public String getThemeArn()
The ARN of the theme of the analysis.
public DescribeAnalysisDefinitionResult withThemeArn(String themeArn)
The ARN of the theme of the analysis.
themeArn
- The ARN of the theme of the analysis.public void setDefinition(AnalysisDefinition definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition
- The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public AnalysisDefinition getDefinition()
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
public DescribeAnalysisDefinitionResult withDefinition(AnalysisDefinition definition)
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
definition
- The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
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 DescribeAnalysisDefinitionResult 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 DescribeAnalysisDefinitionResult 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 DescribeAnalysisDefinitionResult clone()