@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AwsElasticBeanstalkEnvironmentEnvironmentLink extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about a link to another environment that is in the same group.
| Constructor and Description |
|---|
AwsElasticBeanstalkEnvironmentEnvironmentLink() |
| Modifier and Type | Method and Description |
|---|---|
AwsElasticBeanstalkEnvironmentEnvironmentLink |
clone() |
boolean |
equals(Object obj) |
String |
getEnvironmentName()
The name of the linked environment.
|
String |
getLinkName()
The name of the environment link.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnvironmentName(String environmentName)
The name of the linked environment.
|
void |
setLinkName(String linkName)
The name of the environment link.
|
String |
toString()
Returns a string representation of this object.
|
AwsElasticBeanstalkEnvironmentEnvironmentLink |
withEnvironmentName(String environmentName)
The name of the linked environment.
|
AwsElasticBeanstalkEnvironmentEnvironmentLink |
withLinkName(String linkName)
The name of the environment link.
|
public AwsElasticBeanstalkEnvironmentEnvironmentLink()
public void setEnvironmentName(String environmentName)
The name of the linked environment.
environmentName - The name of the linked environment.public String getEnvironmentName()
The name of the linked environment.
public AwsElasticBeanstalkEnvironmentEnvironmentLink withEnvironmentName(String environmentName)
The name of the linked environment.
environmentName - The name of the linked environment.public void setLinkName(String linkName)
The name of the environment link.
linkName - The name of the environment link.public String getLinkName()
The name of the environment link.
public AwsElasticBeanstalkEnvironmentEnvironmentLink withLinkName(String linkName)
The name of the environment link.
linkName - The name of the environment link.public String toString()
toString in class ObjectObject.toString()public AwsElasticBeanstalkEnvironmentEnvironmentLink clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.