@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisSourceTemplate extends Object implements Serializable, Cloneable, StructuredPojo
The source template of an analysis.
Constructor and Description |
---|
AnalysisSourceTemplate() |
Modifier and Type | Method and Description |
---|---|
AnalysisSourceTemplate |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the source template of an analysis.
|
List<DataSetReference> |
getDataSetReferences()
The dataset references of the source template of an analysis.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
|
void |
setDataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisSourceTemplate |
withArn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
|
AnalysisSourceTemplate |
withDataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
|
AnalysisSourceTemplate |
withDataSetReferences(DataSetReference... dataSetReferences)
The dataset references of the source template of an analysis.
|
public List<DataSetReference> getDataSetReferences()
The dataset references of the source template of an analysis.
public void setDataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
dataSetReferences
- The dataset references of the source template of an analysis.public AnalysisSourceTemplate withDataSetReferences(DataSetReference... dataSetReferences)
The dataset references of the source template of an analysis.
NOTE: This method appends the values to the existing list (if any). Use
setDataSetReferences(java.util.Collection)
or withDataSetReferences(java.util.Collection)
if
you want to override the existing values.
dataSetReferences
- The dataset references of the source template of an analysis.public AnalysisSourceTemplate withDataSetReferences(Collection<DataSetReference> dataSetReferences)
The dataset references of the source template of an analysis.
dataSetReferences
- The dataset references of the source template of an analysis.public void setArn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
arn
- The Amazon Resource Name (ARN) of the source template of an analysis.public String getArn()
The Amazon Resource Name (ARN) of the source template of an analysis.
public AnalysisSourceTemplate withArn(String arn)
The Amazon Resource Name (ARN) of the source template of an analysis.
arn
- The Amazon Resource Name (ARN) of the source template of an analysis.public String toString()
toString
in class Object
Object.toString()
public AnalysisSourceTemplate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.