|
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(java.lang.Object obj)
|
java.lang.String |
getApplicationName()
The name of the application associated with the configuration. |
java.lang.String |
getTemplateName()
The name of the configuration template. |
int |
hashCode()
|
void |
setApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration. |
void |
setTemplateName(java.lang.String templateName)
The name of the configuration template. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SourceConfiguration |
withApplicationName(java.lang.String applicationName)
The name of the application associated with the configuration. |
SourceConfiguration |
withTemplateName(java.lang.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 java.lang.String getApplicationName()
Constraints:
Length: 1 - 100
public void setApplicationName(java.lang.String applicationName)
Constraints:
Length: 1 - 100
applicationName
- The name of the application associated with the configuration.public SourceConfiguration withApplicationName(java.lang.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 java.lang.String getTemplateName()
Constraints:
Length: 1 - 100
public void setTemplateName(java.lang.String templateName)
Constraints:
Length: 1 - 100
templateName
- The name of the configuration template.public SourceConfiguration withTemplateName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |