public class RetrieveEnvironmentInfoResult
extends java.lang.Object
implements java.io.Serializable
Result message containing a description of the requested environment info.
| コンストラクタと説明 |
|---|
RetrieveEnvironmentInfoResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.util.List<EnvironmentInfoDescription> getEnvironmentInfo()
public void setEnvironmentInfo(java.util.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(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
Returns a reference to this object so that method calls can be chained together.
environmentInfo - The EnvironmentInfoDescription of the environment.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object