Class CreateApplicationResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.CreateApplicationResult
- All Implemented Interfaces:
Serializable
,Cloneable
Result message containing a single description of an application.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ApplicationDescription of the application.int
hashCode()
void
setApplication
(ApplicationDescription application) The ApplicationDescription of the application.toString()
Returns a string representation of this object; useful for testing and debugging.withApplication
(ApplicationDescription application) The ApplicationDescription of the application.
-
Constructor Details
-
CreateApplicationResult
public CreateApplicationResult()
-
-
Method Details
-
setApplication
The ApplicationDescription of the application.
- Parameters:
application
- The ApplicationDescription of the application.
-
getApplication
The ApplicationDescription of the application.
- Returns:
- The ApplicationDescription of the application.
-
withApplication
The ApplicationDescription of the application.
- Parameters:
application
- The ApplicationDescription of 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
-