@Generated(value="software.amazon.awssdk:codegen") public final class ComponentVersionListItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>
Contains information about a component version in a list.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ComponentVersionListItem.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the component
version.
|
static ComponentVersionListItem.Builder |
builder() |
String |
componentName()
The name of the component.
|
String |
componentVersion()
The version 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 ComponentVersionListItem.Builder> |
serializableBuilderClass() |
ComponentVersionListItem.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String componentName()
The name of the component.
public final String componentVersion()
The version of the component.
public final String arn()
The ARN of the component version.
public ComponentVersionListItem.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ComponentVersionListItem.Builder,ComponentVersionListItem>public static ComponentVersionListItem.Builder builder()
public static Class<? extends ComponentVersionListItem.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.