@Generated(value="software.amazon.awssdk:codegen") public final class GetBulkDeploymentStatusResponse extends GreengrassResponse implements ToCopyableBuilder<GetBulkDeploymentStatusResponse.Builder,GetBulkDeploymentStatusResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetBulkDeploymentStatusResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetBulkDeploymentStatusResponse.Builder |
builder() |
BulkDeploymentMetrics |
bulkDeploymentMetrics()
Relevant metrics on input records processed during bulk deployment.
|
BulkDeploymentStatus |
bulkDeploymentStatus()
The status of the bulk deployment.
|
String |
bulkDeploymentStatusAsString()
The status of the bulk deployment.
|
String |
createdAt()
The time, in ISO format, when the deployment was created.
|
boolean |
equals(Object obj) |
List<ErrorDetail> |
errorDetails()
Error details
|
String |
errorMessage()
Error message
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBulkDeploymentStatusResponse.Builder> |
serializableBuilderClass() |
GetBulkDeploymentStatusResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic BulkDeploymentMetrics bulkDeploymentMetrics()
public BulkDeploymentStatus bulkDeploymentStatus()
If the service returns an enum value that is not available in the current SDK version,
bulkDeploymentStatus will return BulkDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from bulkDeploymentStatusAsString().
BulkDeploymentStatuspublic String bulkDeploymentStatusAsString()
If the service returns an enum value that is not available in the current SDK version,
bulkDeploymentStatus will return BulkDeploymentStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from bulkDeploymentStatusAsString().
BulkDeploymentStatuspublic String createdAt()
public List<ErrorDetail> errorDetails()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String errorMessage()
public GetBulkDeploymentStatusResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetBulkDeploymentStatusResponse.Builder,GetBulkDeploymentStatusResponse>toBuilder in class AwsResponsepublic static GetBulkDeploymentStatusResponse.Builder builder()
public static Class<? extends GetBulkDeploymentStatusResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2018. All rights reserved.