Class GetApplicationResult
java.lang.Object
com.amazonaws.services.codedeploy.model.GetApplicationResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a get application operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the application.int
hashCode()
void
setApplication
(ApplicationInfo application) Information about the application.toString()
Returns a string representation of this object; useful for testing and debugging.withApplication
(ApplicationInfo application) Information about the application.
-
Constructor Details
-
GetApplicationResult
public GetApplicationResult()
-
-
Method Details
-
setApplication
Information about the application.
- Parameters:
application
- Information about the application.
-
getApplication
Information about the application.
- Returns:
- Information about the application.
-
withApplication
Information about the application.
- Parameters:
application
- Information about the application.- 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
-