@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) |
boolean |
equalsBySdkFields(Object obj) |
List<ErrorDetail> |
errorDetails()
Error details
|
String |
errorMessage()
Error message
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasErrorDetails()
Returns true if the ErrorDetails property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetBulkDeploymentStatusResponse.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
Tag(s) attached to the resource arn.
|
GetBulkDeploymentStatusResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 boolean hasErrorDetails()
public List<ErrorDetail> errorDetails()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasErrorDetails() to see if a value was sent in this field.
public String errorMessage()
public boolean hasTags()
public Map<String,String> tags()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
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 int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.