public class RetrieveEnvironmentInfoResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Result message containing a description of the requested environment info.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnvironmentInfoDescription> |
environmentInfo
The EnvironmentInfoDescription of the environment.
|
Constructor and Description |
---|
RetrieveEnvironmentInfoResult() |
Modifier and Type | Method and Description |
---|---|
RetrieveEnvironmentInfoResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<EnvironmentInfoDescription> |
getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.
|
int |
hashCode() |
void |
setEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
|
RetrieveEnvironmentInfoResult |
withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
|
private SdkInternalList<EnvironmentInfoDescription> environmentInfo
The EnvironmentInfoDescription of the environment.
public java.util.List<EnvironmentInfoDescription> getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.
public void setEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo
- The EnvironmentInfoDescription of the environment.public RetrieveEnvironmentInfoResult withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.
NOTE: This method appends the values to the existing list (if
any). Use setEnvironmentInfo(java.util.Collection)
or
withEnvironmentInfo(java.util.Collection)
if you want to
override the existing values.
environmentInfo
- The EnvironmentInfoDescription of the environment.public RetrieveEnvironmentInfoResult withEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.
environmentInfo
- The EnvironmentInfoDescription of the environment.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RetrieveEnvironmentInfoResult clone()
clone
in class java.lang.Object