@Generated(value="software.amazon.awssdk:codegen") public final class TrialComponentSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrialComponentSource.Builder,TrialComponentSource>
The Amazon Resource Name (ARN) and job type of the source of a trial component.
Modifier and Type | Class and Description |
---|---|
static interface |
TrialComponentSource.Builder |
Modifier and Type | Method and Description |
---|---|
static TrialComponentSource.Builder |
builder() |
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 TrialComponentSource.Builder> |
serializableBuilderClass() |
String |
sourceArn()
The source Amazon Resource Name (ARN).
|
String |
sourceType()
The source job type.
|
TrialComponentSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String sourceArn()
The source Amazon Resource Name (ARN).
public final String sourceType()
The source job type.
public TrialComponentSource.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TrialComponentSource.Builder,TrialComponentSource>
public static TrialComponentSource.Builder builder()
public static Class<? extends TrialComponentSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.