Class RetrieveEnvironmentInfoResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoResult
- All Implemented Interfaces:
Serializable
,Cloneable
Result message containing a description of the requested environment info.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The EnvironmentInfoDescription of the environment.int
hashCode()
void
setEnvironmentInfo
(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.toString()
Returns a string representation of this object; useful for testing and debugging.withEnvironmentInfo
(EnvironmentInfoDescription... environmentInfo) The EnvironmentInfoDescription of the environment.withEnvironmentInfo
(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.
-
Constructor Details
-
RetrieveEnvironmentInfoResult
public RetrieveEnvironmentInfoResult()
-
-
Method Details
-
getEnvironmentInfo
The EnvironmentInfoDescription of the environment.
- Returns:
- The EnvironmentInfoDescription of the environment.
-
setEnvironmentInfo
The EnvironmentInfoDescription of the environment.
- Parameters:
environmentInfo
- The EnvironmentInfoDescription of the environment.
-
withEnvironmentInfo
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)
orwithEnvironmentInfo(java.util.Collection)
if you want to override the existing values.- Parameters:
environmentInfo
- The EnvironmentInfoDescription of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withEnvironmentInfo
public RetrieveEnvironmentInfoResult withEnvironmentInfo(Collection<EnvironmentInfoDescription> environmentInfo) The EnvironmentInfoDescription of the environment.
- Parameters:
environmentInfo
- The EnvironmentInfoDescription of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-