public class CodeBuildResult extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
FAILURE |
static String |
IN_PROGRESS |
static long |
serialVersionUID |
static String |
SUCCESS |
| Constructor and Description |
|---|
CodeBuildResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String |
getStatus() |
void |
setFailure(String errorMessage) |
void |
setSuccess() |
public static final long serialVersionUID
public static final String IN_PROGRESS
public static final String SUCCESS
public static final String FAILURE
Copyright © 2016–2017. All rights reserved.