Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.datapipeline.model
Class PutPipelineDefinitionResult

java.lang.Object
  extended by com.amazonaws.services.datapipeline.model.PutPipelineDefinitionResult

public class PutPipelineDefinitionResult
extends java.lang.Object

Contains the output of the PutPipelineDefinition action.


Constructor Summary
PutPipelineDefinitionResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getErrored()
          If True, there were validation errors.
 java.util.List<ValidationError> getValidationErrors()
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 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)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 PutPipelineDefinitionResult withErrored(java.lang.Boolean errored)
          If True, there were validation errors.
 PutPipelineDefinitionResult withValidationErrors(java.util.Collection<ValidationError> validationErrors)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 PutPipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
          A list of the validation errors that are associated with the objects defined in pipelineObjects.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PutPipelineDefinitionResult

public PutPipelineDefinitionResult()
Method Detail

getValidationErrors

public java.util.List<ValidationError> getValidationErrors()
A list of the validation errors that are associated with the objects defined in pipelineObjects.

Returns:
A list of the validation errors that are associated with the objects defined in pipelineObjects.

setValidationErrors

public void setValidationErrors(java.util.Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects defined in pipelineObjects.

Parameters:
validationErrors - A list of the validation errors that are associated with the objects defined in pipelineObjects.

withValidationErrors

public PutPipelineDefinitionResult withValidationErrors(ValidationError... validationErrors)
A list of the validation errors that are associated with the objects defined in pipelineObjects.

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

Parameters:
validationErrors - A list of the validation errors that are associated with the objects defined in pipelineObjects.
Returns:
A reference to this updated object so that method calls can be chained together.

withValidationErrors

public PutPipelineDefinitionResult withValidationErrors(java.util.Collection<ValidationError> validationErrors)
A list of the validation errors that are associated with the objects defined in pipelineObjects.

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

Parameters:
validationErrors - A list of the validation errors that are associated with the objects defined in pipelineObjects.
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. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

Returns:
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

setErrored

public void setErrored(java.lang.Boolean errored)
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

Parameters:
errored - If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

withErrored

public PutPipelineDefinitionResult withErrored(java.lang.Boolean errored)
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

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

Parameters:
errored - If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.
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. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

Returns:
If True, there were validation errors. If errored is True, the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

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.