@Generated(value="software.amazon.awssdk:codegen") public final class CreateComponentVersionResponse extends GreengrassV2Response implements ToCopyableBuilder<CreateComponentVersionResponse.Builder,CreateComponentVersionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateComponentVersionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the component
version.
|
static CreateComponentVersionResponse.Builder |
builder() |
String |
componentName()
The name of the component.
|
String |
componentVersion()
The version of the component.
|
Instant |
creationTimestamp()
The time at which the component was created, expressed in ISO 8601 format.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateComponentVersionResponse.Builder> |
serializableBuilderClass() |
CloudComponentStatus |
status()
The status of the component version in IoT Greengrass V2.
|
CreateComponentVersionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the component version.
public final String componentName()
The name of the component.
public final String componentVersion()
The version of the component.
public final Instant creationTimestamp()
The time at which the component was created, expressed in ISO 8601 format.
public final CloudComponentStatus status()
The status of the component version in IoT Greengrass V2. This status is different from the status of the component on a core device.
public CreateComponentVersionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateComponentVersionResponse.Builder,CreateComponentVersionResponse>toBuilder in class AwsResponsepublic static CreateComponentVersionResponse.Builder builder()
public static Class<? extends CreateComponentVersionResponse.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 © 2023. All rights reserved.