@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AnalysisSchema extends Object implements Serializable, Cloneable, StructuredPojo
A relation within an analysis.
Constructor and Description |
---|
AnalysisSchema() |
Modifier and Type | Method and Description |
---|---|
AnalysisSchema |
clone() |
boolean |
equals(Object obj) |
List<String> |
getReferencedTables()
The tables referenced in the analysis schema.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setReferencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
|
String |
toString()
Returns a string representation of this object.
|
AnalysisSchema |
withReferencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
|
AnalysisSchema |
withReferencedTables(String... referencedTables)
The tables referenced in the analysis schema.
|
public List<String> getReferencedTables()
The tables referenced in the analysis schema.
public void setReferencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
referencedTables
- The tables referenced in the analysis schema.public AnalysisSchema withReferencedTables(String... referencedTables)
The tables referenced in the analysis schema.
NOTE: This method appends the values to the existing list (if any). Use
setReferencedTables(java.util.Collection)
or withReferencedTables(java.util.Collection)
if you
want to override the existing values.
referencedTables
- The tables referenced in the analysis schema.public AnalysisSchema withReferencedTables(Collection<String> referencedTables)
The tables referenced in the analysis schema.
referencedTables
- The tables referenced in the analysis schema.public String toString()
toString
in class Object
Object.toString()
public AnalysisSchema clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.