@Generated(value="software.amazon.awssdk:codegen") public final class GreengrassOutputDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GreengrassOutputDetails.Builder,GreengrassOutputDetails>
Information about the AWS IoT Greengrass component created by a model packaging job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GreengrassOutputDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GreengrassOutputDetails.Builder |
builder() |
String |
componentName()
The name of the component.
|
String |
componentVersion()
The version of the component.
|
String |
componentVersionArn()
The Amazon Resource Name (ARN) of the component.
|
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 GreengrassOutputDetails.Builder> |
serializableBuilderClass() |
GreengrassOutputDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentVersionArn()
The Amazon Resource Name (ARN) of the component.
public final String componentName()
The name of the component.
public final String componentVersion()
The version of the component.
public GreengrassOutputDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GreengrassOutputDetails.Builder,GreengrassOutputDetails>public static GreengrassOutputDetails.Builder builder()
public static Class<? extends GreengrassOutputDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.