Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class SourceConfiguration

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.SourceConfiguration
All Implemented Interfaces:
Serializable

public class SourceConfiguration
extends Object
implements Serializable

A specification for an environment configuration

See Also:
Serialized Form

Constructor Summary
SourceConfiguration()
          Default constructor for a new SourceConfiguration object.
 
Method Summary
 boolean equals(Object obj)
           
 String getApplicationName()
          The name of the application associated with the configuration.
 String getTemplateName()
          The name of the configuration template.
 int hashCode()
           
 void setApplicationName(String applicationName)
          The name of the application associated with the configuration.
 void setTemplateName(String templateName)
          The name of the configuration template.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 SourceConfiguration withApplicationName(String applicationName)
          The name of the application associated with the configuration.
 SourceConfiguration withTemplateName(String templateName)
          The name of the configuration template.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceConfiguration

public SourceConfiguration()
Default constructor for a new SourceConfiguration object. Callers should use the setter or fluent setter (with...) methods to initialize this object after creating it.

Method Detail

getApplicationName

public String getApplicationName()
The name of the application associated with the configuration.

Constraints:
Length: 1 - 100

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

setApplicationName

public void setApplicationName(String applicationName)
The name of the application associated with the configuration.

Constraints:
Length: 1 - 100

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

withApplicationName

public SourceConfiguration withApplicationName(String applicationName)
The name of the application associated with the configuration.

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

Constraints:
Length: 1 - 100

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

getTemplateName

public String getTemplateName()
The name of the configuration template.

Constraints:
Length: 1 - 100

Returns:
The name of the configuration template.

setTemplateName

public void setTemplateName(String templateName)
The name of the configuration template.

Constraints:
Length: 1 - 100

Parameters:
templateName - The name of the configuration template.

withTemplateName

public SourceConfiguration withTemplateName(String templateName)
The name of the configuration template.

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

Constraints:
Length: 1 - 100

Parameters:
templateName - The name of the configuration 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()

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.