@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetSchemaAnalysisRuleResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetSchemaAnalysisRuleResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetSchemaAnalysisRuleResult |
clone() |
boolean |
equals(Object obj) |
List<AnalysisRule> |
getAnalysisRules()
The retrieved list of analysis rules.
|
List<BatchGetSchemaAnalysisRuleError> |
getErrors()
Error reasons for schemas that could not be retrieved.
|
int |
hashCode() |
void |
setAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
|
void |
setErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetSchemaAnalysisRuleResult |
withAnalysisRules(AnalysisRule... analysisRules)
The retrieved list of analysis rules.
|
BatchGetSchemaAnalysisRuleResult |
withAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
|
BatchGetSchemaAnalysisRuleResult |
withErrors(BatchGetSchemaAnalysisRuleError... errors)
Error reasons for schemas that could not be retrieved.
|
BatchGetSchemaAnalysisRuleResult |
withErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AnalysisRule> getAnalysisRules()
The retrieved list of analysis rules.
public void setAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
analysisRules
- The retrieved list of analysis rules.public BatchGetSchemaAnalysisRuleResult withAnalysisRules(AnalysisRule... analysisRules)
The retrieved list of analysis rules.
NOTE: This method appends the values to the existing list (if any). Use
setAnalysisRules(java.util.Collection)
or withAnalysisRules(java.util.Collection)
if you want
to override the existing values.
analysisRules
- The retrieved list of analysis rules.public BatchGetSchemaAnalysisRuleResult withAnalysisRules(Collection<AnalysisRule> analysisRules)
The retrieved list of analysis rules.
analysisRules
- The retrieved list of analysis rules.public List<BatchGetSchemaAnalysisRuleError> getErrors()
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
public void setErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
errors
- Error reasons for schemas that could not be retrieved. One error is returned for every schema that could
not be retrieved.public BatchGetSchemaAnalysisRuleResult withErrors(BatchGetSchemaAnalysisRuleError... errors)
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
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
- Error reasons for schemas that could not be retrieved. One error is returned for every schema that could
not be retrieved.public BatchGetSchemaAnalysisRuleResult withErrors(Collection<BatchGetSchemaAnalysisRuleError> errors)
Error reasons for schemas that could not be retrieved. One error is returned for every schema that could not be retrieved.
errors
- Error reasons for schemas that could not be retrieved. One error is returned for every schema that could
not be retrieved.public String toString()
toString
in class Object
Object.toString()
public BatchGetSchemaAnalysisRuleResult clone()