@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 final BulkDeploymentMetrics bulkDeploymentMetrics()
public final 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 final 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 final String createdAt()
public final boolean hasErrorDetails()
public final 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 final String errorMessage()
public final boolean hasTags()
public final 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 final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.