Class DescribeApplicationsResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeApplicationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Result message containing a list of application descriptions.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
This parameter contains a list of ApplicationDescription.int
hashCode()
void
setApplications
(Collection<ApplicationDescription> applications) This parameter contains a list of ApplicationDescription.toString()
Returns a string representation of this object; useful for testing and debugging.withApplications
(ApplicationDescription... applications) This parameter contains a list of ApplicationDescription.withApplications
(Collection<ApplicationDescription> applications) This parameter contains a list of ApplicationDescription.
-
Constructor Details
-
DescribeApplicationsResult
public DescribeApplicationsResult()
-
-
Method Details
-
getApplications
This parameter contains a list of ApplicationDescription.
- Returns:
- This parameter contains a list of ApplicationDescription.
-
setApplications
This parameter contains a list of ApplicationDescription.
- Parameters:
applications
- This parameter contains a list of ApplicationDescription.
-
withApplications
This parameter contains a list of ApplicationDescription.
NOTE: This method appends the values to the existing list (if any). Use
setApplications(java.util.Collection)
orwithApplications(java.util.Collection)
if you want to override the existing values.- Parameters:
applications
- This parameter contains a list of ApplicationDescription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withApplications
This parameter contains a list of ApplicationDescription.
- Parameters:
applications
- This parameter contains a list of ApplicationDescription.- 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
-