@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisComponent extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisComponent.Builder,AnalysisComponent>
Describes a path component.
Modifier and Type | Class and Description |
---|---|
static interface |
AnalysisComponent.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the component.
|
static AnalysisComponent.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the component.
|
String |
name()
The name of the analysis component.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisComponent.Builder> |
serializableBuilderClass() |
AnalysisComponent.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String id()
The ID of the component.
public final String arn()
The Amazon Resource Name (ARN) of the component.
public final String name()
The name of the analysis component.
public AnalysisComponent.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<AnalysisComponent.Builder,AnalysisComponent>
public static AnalysisComponent.Builder builder()
public static Class<? extends AnalysisComponent.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2022. All rights reserved.