com.amazonaws.services.cloudformation.model
Class ValidateTemplateResult

java.lang.Object
  extended by com.amazonaws.services.cloudformation.model.ValidateTemplateResult

public class ValidateTemplateResult
extends Object

The output for ValidateTemplate action.


Constructor Summary
ValidateTemplateResult()
           
 
Method Summary
 String getDescription()
          The description found within the template.
 List<TemplateParameter> getParameters()
          A list of TemplateParameter structures.
 void setDescription(String description)
          The description found within the template.
 void setParameters(Collection<TemplateParameter> parameters)
          A list of TemplateParameter structures.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ValidateTemplateResult withDescription(String description)
          The description found within the template.
 ValidateTemplateResult withParameters(Collection<TemplateParameter> parameters)
          A list of TemplateParameter structures.
 ValidateTemplateResult withParameters(TemplateParameter... parameters)
          A list of TemplateParameter structures.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidateTemplateResult

public ValidateTemplateResult()
Method Detail

getParameters

public List<TemplateParameter> getParameters()
A list of TemplateParameter structures.

Returns:
A list of TemplateParameter structures.

setParameters

public void setParameters(Collection<TemplateParameter> parameters)
A list of TemplateParameter structures.

Parameters:
parameters - A list of TemplateParameter structures.

withParameters

public ValidateTemplateResult withParameters(TemplateParameter... parameters)
A list of TemplateParameter structures.

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

Parameters:
parameters - A list of TemplateParameter structures.
Returns:
A reference to this updated object so that method calls can be chained together.

withParameters

public ValidateTemplateResult withParameters(Collection<TemplateParameter> parameters)
A list of TemplateParameter structures.

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

Parameters:
parameters - A list of TemplateParameter structures.
Returns:
A reference to this updated object so that method calls can be chained together.

getDescription

public String getDescription()
The description found within the template.

Returns:
The description found within the template.

setDescription

public void setDescription(String description)
The description found within the template.

Parameters:
description - The description found within the template.

withDescription

public ValidateTemplateResult withDescription(String description)
The description found within the template.

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

Parameters:
description - The description found within the template.
Returns:
A reference to this updated object so that method calls can be chained together.

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()


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