@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SourceConfiguration extends Object implements Serializable, Cloneable
A specification for an environment configuration
Constructor and Description |
---|
SourceConfiguration() |
Modifier and Type | Method and Description |
---|---|
SourceConfiguration |
clone() |
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.
|
public void setApplicationName(String applicationName)
The name of the application associated with the configuration.
applicationName
- The name of the application associated with the configuration.public String getApplicationName()
The name of the application associated with the configuration.
public SourceConfiguration withApplicationName(String applicationName)
The name of the application associated with the configuration.
applicationName
- The name of the application associated with the configuration.public void setTemplateName(String templateName)
The name of the configuration template.
templateName
- The name of the configuration template.public String getTemplateName()
The name of the configuration template.
public SourceConfiguration withTemplateName(String templateName)
The name of the configuration template.
templateName
- The name of the configuration template.public String toString()
toString
in class Object
Object.toString()
public SourceConfiguration clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.