Uses of Class
com.amazonaws.services.datapipeline.model.ValidationError
-
Packages that use ValidationError Package Description com.amazonaws.services.datapipeline.model -
-
Uses of ValidationError in com.amazonaws.services.datapipeline.model
Methods in com.amazonaws.services.datapipeline.model that return ValidationError Modifier and Type Method Description ValidationError
ValidationError. clone()
ValidationError
ValidationError. withErrors(String... errors)
A description of the validation error.ValidationError
ValidationError. withErrors(Collection<String> errors)
A description of the validation error.ValidationError
ValidationError. withId(String id)
The identifier of the object that contains the validation error.Methods in com.amazonaws.services.datapipeline.model that return types with arguments of type ValidationError Modifier and Type Method Description List<ValidationError>
PutPipelineDefinitionResult. getValidationErrors()
The validation errors that are associated with the objects defined inpipelineObjects
.List<ValidationError>
ValidatePipelineDefinitionResult. getValidationErrors()
Any validation errors that were found.Methods in com.amazonaws.services.datapipeline.model with parameters of type ValidationError Modifier and Type Method Description PutPipelineDefinitionResult
PutPipelineDefinitionResult. withValidationErrors(ValidationError... validationErrors)
The validation errors that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult
ValidatePipelineDefinitionResult. withValidationErrors(ValidationError... validationErrors)
Any validation errors that were found.Method parameters in com.amazonaws.services.datapipeline.model with type arguments of type ValidationError Modifier and Type Method Description void
PutPipelineDefinitionResult. setValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined inpipelineObjects
.void
ValidatePipelineDefinitionResult. setValidationErrors(Collection<ValidationError> validationErrors)
Any validation errors that were found.PutPipelineDefinitionResult
PutPipelineDefinitionResult. withValidationErrors(Collection<ValidationError> validationErrors)
The validation errors that are associated with the objects defined inpipelineObjects
.ValidatePipelineDefinitionResult
ValidatePipelineDefinitionResult. withValidationErrors(Collection<ValidationError> validationErrors)
Any validation errors that were found.
-