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:
java.io.Serializable

public class ValidatePipelineDefinitionResult
extends java.lang.Object
implements java.io.Serializable

Contains the output from the ValidatePipelineDefinition action.

See Also:
Serialized Form

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

Constructor Detail

ValidatePipelineDefinitionResult

public ValidatePipelineDefinitionResult()
Method Detail

getValidationErrors

public java.util.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(java.util.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(java.util.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.

isErrored

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

Returns:
If True, there were validation errors.

setErrored

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

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

withErrored

public ValidatePipelineDefinitionResult withErrored(java.lang.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 java.lang.Boolean getErrored()
If True, there were validation errors.

Returns:
If True, there were validation errors.

toString

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

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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