Class DescribeEnvironmentResourcesResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentResourcesResult
- All Implemented Interfaces:
Serializable, Cloneable
Result message containing a list of environment resource descriptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA list of EnvironmentResourceDescription.inthashCode()voidsetEnvironmentResources(EnvironmentResourceDescription environmentResources) A list of EnvironmentResourceDescription.toString()Returns a string representation of this object; useful for testing and debugging.withEnvironmentResources(EnvironmentResourceDescription environmentResources) A list of EnvironmentResourceDescription.
-
Constructor Details
-
DescribeEnvironmentResourcesResult
public DescribeEnvironmentResourcesResult()
-
-
Method Details
-
setEnvironmentResources
A list of EnvironmentResourceDescription.
- Parameters:
environmentResources- A list of EnvironmentResourceDescription.
-
getEnvironmentResources
A list of EnvironmentResourceDescription.
- Returns:
- A list of EnvironmentResourceDescription.
-
withEnvironmentResources
public DescribeEnvironmentResourcesResult withEnvironmentResources(EnvironmentResourceDescription environmentResources) A list of EnvironmentResourceDescription.
- Parameters:
environmentResources- A list of EnvironmentResourceDescription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-