@Generated(value="software.amazon.awssdk:codegen") public final class BulkDeploymentResult extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BulkDeploymentResult.Builder,BulkDeploymentResult>
Modifier and Type | Class and Description |
---|---|
static interface |
BulkDeploymentResult.Builder |
Modifier and Type | Method and Description |
---|---|
static BulkDeploymentResult.Builder |
builder() |
String |
createdAt()
The time, in ISO format, when the deployment was created.
|
String |
deploymentArn()
The ARN of the group deployment.
|
String |
deploymentId()
The ID of the group deployment.
|
String |
deploymentStatus()
The current status of the group deployment: ''Pending'', ''InProgress'', ''Success'', or ''Failure''.
|
DeploymentType |
deploymentType()
The type of the deployment.
|
String |
deploymentTypeAsString()
The type of the deployment.
|
boolean |
equals(Object obj) |
List<ErrorDetail> |
errorDetails()
Details about the error.
|
String |
errorMessage()
The error message for a failed deployment
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupArn()
The ARN of the Greengrass group.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BulkDeploymentResult.Builder> |
serializableBuilderClass() |
BulkDeploymentResult.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String createdAt()
public String deploymentArn()
public String deploymentId()
public String deploymentStatus()
public DeploymentType deploymentType()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from deploymentTypeAsString()
.
DeploymentType
public String deploymentTypeAsString()
If the service returns an enum value that is not available in the current SDK version, deploymentType
will return DeploymentType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from deploymentTypeAsString()
.
DeploymentType
public List<ErrorDetail> errorDetails()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String errorMessage()
public String groupArn()
public BulkDeploymentResult.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BulkDeploymentResult.Builder,BulkDeploymentResult>
public static BulkDeploymentResult.Builder builder()
public static Class<? extends BulkDeploymentResult.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.