|
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.RetrieveEnvironmentInfoResult
public class RetrieveEnvironmentInfoResult
Result message containing a description of the requested environment info.
| Constructor Summary | |
|---|---|
RetrieveEnvironmentInfoResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<EnvironmentInfoDescription> |
getEnvironmentInfo()
The EnvironmentInfoDescription of the environment. |
int |
hashCode()
|
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 |
|---|
getClass, 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()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||