@Generated(value="software.amazon.awssdk:codegen") public final class TemplateSourceAnalysis extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TemplateSourceAnalysis.Builder,TemplateSourceAnalysis>
The source analysis of the template.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TemplateSourceAnalysis.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the resource.
|
static TemplateSourceAnalysis.Builder |
builder() |
List<DataSetReference> |
dataSetReferences()
A structure containing information about the dataset references used as placeholders in the template.
|
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 TemplateSourceAnalysis.Builder> |
serializableBuilderClass() |
TemplateSourceAnalysis.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String arn()
The Amazon Resource Name (ARN) of the resource.
public boolean hasDataSetReferences()
public List<DataSetReference> dataSetReferences()
A structure containing information about the dataset references used as placeholders in the template.
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 TemplateSourceAnalysis.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TemplateSourceAnalysis.Builder,TemplateSourceAnalysis>public static TemplateSourceAnalysis.Builder builder()
public static Class<? extends TemplateSourceAnalysis.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.