com.amazonaws.services.elasticbeanstalk.model
Class RetrieveEnvironmentInfoResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.RetrieveEnvironmentInfoResult

public class RetrieveEnvironmentInfoResult
extends java.lang.Object

Result message containing a description of the requested environment info.


Constructor Summary
RetrieveEnvironmentInfoResult()
           
 
Method Summary
 java.util.List<EnvironmentInfoDescription> getEnvironmentInfo()
          The EnvironmentInfoDescription of the environment.
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RetrieveEnvironmentInfoResult

public RetrieveEnvironmentInfoResult()
Method Detail

getEnvironmentInfo

public java.util.List<EnvironmentInfoDescription> getEnvironmentInfo()
The EnvironmentInfoDescription of the environment.

Returns:
The EnvironmentInfoDescription of the environment.

setEnvironmentInfo

public void setEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.

Parameters:
environmentInfo - The EnvironmentInfoDescription of the environment.

withEnvironmentInfo

public RetrieveEnvironmentInfoResult withEnvironmentInfo(EnvironmentInfoDescription... environmentInfo)
The EnvironmentInfoDescription of the environment.

Returns a reference to this object so that method calls can be chained together.

Parameters:
environmentInfo - The EnvironmentInfoDescription of the environment.
Returns:
A reference to this updated object so that method calls can be chained together.

withEnvironmentInfo

public RetrieveEnvironmentInfoResult withEnvironmentInfo(java.util.Collection<EnvironmentInfoDescription> environmentInfo)
The EnvironmentInfoDescription of the environment.

Returns a reference to this object so that method calls can be chained together.

Parameters:
environmentInfo - The EnvironmentInfoDescription of the environment.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of this object.
See Also:
Object.toString()


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.