Class CreateAppResult
java.lang.Object
com.amazonaws.services.opsworks.model.CreateAppResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the response to a CreateApp
request.
- See Also:
-
Constructor Details
-
CreateAppResult
public CreateAppResult()
-
-
Method Details
-
setAppId
The app ID.
- Parameters:
appId
- The app ID.
-
getAppId
The app ID.
- Returns:
- The app ID.
-
withAppId
The app ID.
- Parameters:
appId
- The app ID.- 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
-