Class BatchGetApplicationsResult
java.lang.Object
com.amazonaws.services.codedeploy.model.BatchGetApplicationsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a batch get applications operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the applications.int
hashCode()
void
setApplicationsInfo
(Collection<ApplicationInfo> applicationsInfo) Information about the applications.toString()
Returns a string representation of this object; useful for testing and debugging.withApplicationsInfo
(ApplicationInfo... applicationsInfo) Information about the applications.withApplicationsInfo
(Collection<ApplicationInfo> applicationsInfo) Information about the applications.
-
Constructor Details
-
BatchGetApplicationsResult
public BatchGetApplicationsResult()
-
-
Method Details
-
getApplicationsInfo
Information about the applications.
- Returns:
- Information about the applications.
-
setApplicationsInfo
Information about the applications.
- Parameters:
applicationsInfo
- Information about the applications.
-
withApplicationsInfo
Information about the applications.
NOTE: This method appends the values to the existing list (if any). Use
setApplicationsInfo(java.util.Collection)
orwithApplicationsInfo(java.util.Collection)
if you want to override the existing values.- Parameters:
applicationsInfo
- Information about the applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withApplicationsInfo
public BatchGetApplicationsResult withApplicationsInfo(Collection<ApplicationInfo> applicationsInfo) Information about the applications.
- Parameters:
applicationsInfo
- Information about the applications.- 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
-