public class DeployResult
Information about an API that has been deployed.
| Constructor and Description |
|---|
DeployResult(boolean stackCreated,
java.lang.String apiId)
Information about an API that has been deployed.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiId()
The ID of the API that was updated or created.
|
boolean |
getStackCreated()
true if a new stack was created,
|
public DeployResult(boolean stackCreated,
java.lang.String apiId)
Information about an API that has been deployed.
stackCreated - true if a new stack was created, false if an existing stack was updated.apiId - The ID of the API that was updated or created.