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