|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoResult
public class RetrieveEnvironmentInfoResult
Result message containing a description of the requested environment info.
| Constructor Summary | |
|---|---|
RetrieveEnvironmentInfoResult()
|
|
| Method Summary | |
|---|---|
List<EnvironmentInfoDescription> |
getEnvironmentInfo()
The EnvironmentInfoDescription of the environment. |
void |
setEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment. |
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RetrieveEnvironmentInfoResult()
| Method Detail |
|---|
public List<EnvironmentInfoDescription> getEnvironmentInfo()
public void setEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
environmentInfo - The EnvironmentInfoDescription of the environment.public RetrieveEnvironmentInfoResult withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
Returns a reference to this object so that method calls can be chained together.
environmentInfo - The EnvironmentInfoDescription of the environment.
public RetrieveEnvironmentInfoResult withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo)
Returns a reference to this object so that method calls can be chained together.
environmentInfo - The EnvironmentInfoDescription of the environment.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||