@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentLink extends Object implements Serializable, Cloneable
A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.
Constructor and Description |
---|
EnvironmentLink() |
Modifier and Type | Method and Description |
---|---|
EnvironmentLink |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The name of the linked environment (the dependency).
|
String |
getLinkName()
The name of the link.
|
int |
hashCode() |
void |
setEnvironmentName(String environmentName)
The name of the linked environment (the dependency).
|
void |
setLinkName(String linkName)
The name of the link.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EnvironmentLink |
withEnvironmentName(String environmentName)
The name of the linked environment (the dependency).
|
EnvironmentLink |
withLinkName(String linkName)
The name of the link.
|
public void setLinkName(String linkName)
The name of the link.
linkName
- The name of the link.public String getLinkName()
The name of the link.
public EnvironmentLink withLinkName(String linkName)
The name of the link.
linkName
- The name of the link.public void setEnvironmentName(String environmentName)
The name of the linked environment (the dependency).
environmentName
- The name of the linked environment (the dependency).public String getEnvironmentName()
The name of the linked environment (the dependency).
public EnvironmentLink withEnvironmentName(String environmentName)
The name of the linked environment (the dependency).
environmentName
- The name of the linked environment (the dependency).public String toString()
toString
in class Object
Object.toString()
public EnvironmentLink clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.