@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BulkDeploymentResult extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
BulkDeploymentResult() |
| Modifier and Type | Method and Description |
|---|---|
BulkDeploymentResult |
clone() |
boolean |
equals(Object obj) |
String |
getCreatedAt()
The time, in ISO format, when the deployment was created.
|
String |
getDeploymentArn()
The ARN of the group deployment.
|
String |
getDeploymentId()
The ID of the group deployment.
|
String |
getDeploymentStatus()
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
String |
getDeploymentType()
The type of the deployment.
|
List<ErrorDetail> |
getErrorDetails()
Details about the error.
|
String |
getErrorMessage()
The error message for a failed deployment
|
String |
getGroupArn()
The ARN of the Greengrass group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
void |
setDeploymentArn(String deploymentArn)
The ARN of the group deployment.
|
void |
setDeploymentId(String deploymentId)
The ID of the group deployment.
|
void |
setDeploymentStatus(String deploymentStatus)
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
void |
setDeploymentType(String deploymentType)
The type of the deployment.
|
void |
setErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
void |
setErrorMessage(String errorMessage)
The error message for a failed deployment
|
void |
setGroupArn(String groupArn)
The ARN of the Greengrass group.
|
String |
toString()
Returns a string representation of this object.
|
BulkDeploymentResult |
withCreatedAt(String createdAt)
The time, in ISO format, when the deployment was created.
|
BulkDeploymentResult |
withDeploymentArn(String deploymentArn)
The ARN of the group deployment.
|
BulkDeploymentResult |
withDeploymentId(String deploymentId)
The ID of the group deployment.
|
BulkDeploymentResult |
withDeploymentStatus(String deploymentStatus)
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
|
BulkDeploymentResult |
withDeploymentType(DeploymentType deploymentType)
The type of the deployment.
|
BulkDeploymentResult |
withDeploymentType(String deploymentType)
The type of the deployment.
|
BulkDeploymentResult |
withErrorDetails(Collection<ErrorDetail> errorDetails)
Details about the error.
|
BulkDeploymentResult |
withErrorDetails(ErrorDetail... errorDetails)
Details about the error.
|
BulkDeploymentResult |
withErrorMessage(String errorMessage)
The error message for a failed deployment
|
BulkDeploymentResult |
withGroupArn(String groupArn)
The ARN of the Greengrass group.
|
public void setCreatedAt(String createdAt)
createdAt - The time, in ISO format, when the deployment was created.public String getCreatedAt()
public BulkDeploymentResult withCreatedAt(String createdAt)
createdAt - The time, in ISO format, when the deployment was created.public void setDeploymentArn(String deploymentArn)
deploymentArn - The ARN of the group deployment.public String getDeploymentArn()
public BulkDeploymentResult withDeploymentArn(String deploymentArn)
deploymentArn - The ARN of the group deployment.public void setDeploymentId(String deploymentId)
deploymentId - The ID of the group deployment.public String getDeploymentId()
public BulkDeploymentResult withDeploymentId(String deploymentId)
deploymentId - The ID of the group deployment.public void setDeploymentStatus(String deploymentStatus)
deploymentStatus - The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.public String getDeploymentStatus()
public BulkDeploymentResult withDeploymentStatus(String deploymentStatus)
deploymentStatus - The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.public void setDeploymentType(String deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic String getDeploymentType()
DeploymentTypepublic BulkDeploymentResult withDeploymentType(String deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic BulkDeploymentResult withDeploymentType(DeploymentType deploymentType)
deploymentType - The type of the deployment.DeploymentTypepublic List<ErrorDetail> getErrorDetails()
public void setErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - Details about the error.public BulkDeploymentResult withErrorDetails(ErrorDetail... errorDetails)
NOTE: This method appends the values to the existing list (if any). Use
setErrorDetails(java.util.Collection) or withErrorDetails(java.util.Collection) if you want to
override the existing values.
errorDetails - Details about the error.public BulkDeploymentResult withErrorDetails(Collection<ErrorDetail> errorDetails)
errorDetails - Details about the error.public void setErrorMessage(String errorMessage)
errorMessage - The error message for a failed deploymentpublic String getErrorMessage()
public BulkDeploymentResult withErrorMessage(String errorMessage)
errorMessage - The error message for a failed deploymentpublic void setGroupArn(String groupArn)
groupArn - The ARN of the Greengrass group.public String getGroupArn()
public BulkDeploymentResult withGroupArn(String groupArn)
groupArn - The ARN of the Greengrass group.public String toString()
toString in class ObjectObject.toString()public BulkDeploymentResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.