Class Component
- java.lang.Object
-
- software.amazon.awssdk.services.greengrassv2.model.Component
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Component.Builder,Component>
@Generated("software.amazon.awssdk:codegen") public final class Component extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Component.Builder,Component>
Contains information about a component.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceComponent.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the component version.static Component.Builderbuilder()StringcomponentName()The name of the component.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ComponentLatestVersionlatestVersion()The latest version of the component and its details.List<SdkField<?>>sdkFields()static Class<? extends Component.Builder>serializableBuilderClass()Component.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The ARN of the component version.
- Returns:
- The ARN of the component version.
-
componentName
public final String componentName()
The name of the component.
- Returns:
- The name of the component.
-
latestVersion
public final ComponentLatestVersion latestVersion()
The latest version of the component and its details.
- Returns:
- The latest version of the component and its details.
-
toBuilder
public Component.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Component.Builder,Component>
-
builder
public static Component.Builder builder()
-
serializableBuilderClass
public static Class<? extends Component.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-