@Generated(value="software.amazon.awssdk:codegen") public final class AnalysisSourceTemplate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AnalysisSourceTemplate.Builder,AnalysisSourceTemplate>
The source template of an analysis.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalysisSourceTemplate.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the source template of an analysis.
|
static AnalysisSourceTemplate.Builder |
builder() |
List<DataSetReference> |
dataSetReferences()
The dataset references of the source template of an analysis.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDataSetReferences()
Returns true if the DataSetReferences property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AnalysisSourceTemplate.Builder> |
serializableBuilderClass() |
AnalysisSourceTemplate.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasDataSetReferences()
public final List<DataSetReference> dataSetReferences()
The dataset references of the source template of an analysis.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDataSetReferences() to see if a value was sent in this field.
public final String arn()
The Amazon Resource Name (ARN) of the source template of an analysis.
public AnalysisSourceTemplate.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AnalysisSourceTemplate.Builder,AnalysisSourceTemplate>public static AnalysisSourceTemplate.Builder builder()
public static Class<? extends AnalysisSourceTemplate.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2020. All rights reserved.