public class RetrieveEnvironmentInfoResult extends Object implements Serializable
Result message containing a description of the requested environment info.
Constructor and Description |
---|
RetrieveEnvironmentInfoResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.