Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class ValidatePipelineDefinitionResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.ValidatePipelineDefinitionResult
All Implemented Interfaces:
Serializable

public class ValidatePipelineDefinitionResult
extends Object
implements Serializable

Contains the output from the ValidatePipelineDefinition action.

See Also:
Serialized Form

Constructor Summary
ValidatePipelineDefinitionResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 Boolean getErrored()
          If True, there were validation errors.
 List<ValidationError> getValidationErrors()
          Lists the validation errors that were found by ValidatePipelineDefinition.
 List<ValidationWarning> getValidationWarnings()
          Lists the validation warnings that were found by ValidatePipelineDefinition.
 int hashCode()
           
 Boolean isErrored()
          If True, there were validation errors.
 void setErrored(Boolean errored)
          If True, there were validation errors.
 void setValidationErrors(Collection<ValidationError> validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 void setValidationWarnings(Collection<ValidationWarning> validationWarnings)
          Lists the validation warnings that were found by ValidatePipelineDefinition.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ValidatePipelineDefinitionResult withErrored(Boolean errored)
          If True, there were validation errors.
 ValidatePipelineDefinitionResult withValidationErrors(Collection<ValidationError> validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 ValidatePipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
          Lists the validation errors that were found by ValidatePipelineDefinition.
 ValidatePipelineDefinitionResult withValidationWarnings(Collection<ValidationWarning> validationWarnings)
          Lists the validation warnings that were found by ValidatePipelineDefinition.
 ValidatePipelineDefinitionResult withValidationWarnings(ValidationWarning... validationWarnings)
          Lists the validation warnings that were found by ValidatePipelineDefinition.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidatePipelineDefinitionResult

public ValidatePipelineDefinitionResult()
Method Detail

getValidationErrors

public List<ValidationError> getValidationErrors()
Lists the validation errors that were found by ValidatePipelineDefinition.

Returns:
Lists the validation errors that were found by ValidatePipelineDefinition.

setValidationErrors

public void setValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by ValidatePipelineDefinition.

Parameters:
validationErrors - Lists the validation errors that were found by ValidatePipelineDefinition.

withValidationErrors

public ValidatePipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
Lists the validation errors that were found by ValidatePipelineDefinition.

Returns a reference to this object so that method calls can be chained together.

Parameters:
validationErrors - Lists the validation errors that were found by ValidatePipelineDefinition.
Returns:
A reference to this updated object so that method calls can be chained together.

withValidationErrors

public ValidatePipelineDefinitionResult withValidationErrors(Collection<ValidationError> validationErrors)
Lists the validation errors that were found by ValidatePipelineDefinition.

Returns a reference to this object so that method calls can be chained together.

Parameters:
validationErrors - Lists the validation errors that were found by ValidatePipelineDefinition.
Returns:
A reference to this updated object so that method calls can be chained together.

getValidationWarnings

public List<ValidationWarning> getValidationWarnings()
Lists the validation warnings that were found by ValidatePipelineDefinition.

Returns:
Lists the validation warnings that were found by ValidatePipelineDefinition.

setValidationWarnings

public void setValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition.

Parameters:
validationWarnings - Lists the validation warnings that were found by ValidatePipelineDefinition.

withValidationWarnings

public ValidatePipelineDefinitionResult withValidationWarnings(ValidationWarning... validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition.

Returns a reference to this object so that method calls can be chained together.

Parameters:
validationWarnings - Lists the validation warnings that were found by ValidatePipelineDefinition.
Returns:
A reference to this updated object so that method calls can be chained together.

withValidationWarnings

public ValidatePipelineDefinitionResult withValidationWarnings(Collection<ValidationWarning> validationWarnings)
Lists the validation warnings that were found by ValidatePipelineDefinition.

Returns a reference to this object so that method calls can be chained together.

Parameters:
validationWarnings - Lists the validation warnings that were found by ValidatePipelineDefinition.
Returns:
A reference to this updated object so that method calls can be chained together.

isErrored

public Boolean isErrored()
If True, there were validation errors.

Returns:
If True, there were validation errors.

setErrored

public void setErrored(Boolean errored)
If True, there were validation errors.

Parameters:
errored - If True, there were validation errors.

withErrored

public ValidatePipelineDefinitionResult withErrored(Boolean errored)
If True, there were validation errors.

Returns a reference to this object so that method calls can be chained together.

Parameters:
errored - If True, there were validation errors.
Returns:
A reference to this updated object so that method calls can be chained together.

getErrored

public Boolean getErrored()
If True, there were validation errors.

Returns:
If True, there were validation errors.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.