Class SourceConfiguration

java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.SourceConfiguration
All Implemented Interfaces:
Serializable, Cloneable

public class SourceConfiguration extends Object implements Serializable, Cloneable

A specification for an environment configuration

See Also:
  • Constructor Details

    • SourceConfiguration

      public SourceConfiguration()
  • Method Details

    • setApplicationName

      public void setApplicationName(String applicationName)

      The name of the application associated with the configuration.

      Parameters:
      applicationName - The name of the application associated with the configuration.
    • getApplicationName

      public String getApplicationName()

      The name of the application associated with the configuration.

      Returns:
      The name of the application associated with the configuration.
    • withApplicationName

      public SourceConfiguration withApplicationName(String applicationName)

      The name of the application associated with the configuration.

      Parameters:
      applicationName - The name of the application associated with the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTemplateName

      public void setTemplateName(String templateName)

      The name of the configuration template.

      Parameters:
      templateName - The name of the configuration template.
    • getTemplateName

      public String getTemplateName()

      The name of the configuration template.

      Returns:
      The name of the configuration template.
    • withTemplateName

      public SourceConfiguration withTemplateName(String templateName)

      The name of the configuration template.

      Parameters:
      templateName - The name of the configuration template.
      Returns:
      Returns a reference to this 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:
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public SourceConfiguration clone()
      Overrides:
      clone in class Object