|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.SourceConfiguration
public class SourceConfiguration
A specification for an environment configuration
| 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 |
|---|
public SourceConfiguration()
| Method Detail |
|---|
public String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(String applicationName)
Constraints:
Length: 1 - 100
applicationName - The name of the application associated with the configuration.public SourceConfiguration withApplicationName(String applicationName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
applicationName - The name of the application associated with the configuration.
public String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(String templateName)
Constraints:
Length: 1 - 100
templateName - The name of the configuration template.public SourceConfiguration withTemplateName(String templateName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 100
templateName - The name of the configuration template.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||