@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SqlAlias extends Object implements Serializable, Cloneable, StructuredPojo
Represents a single entry in the list of values for SqlAliases
.
Constructor and Description |
---|
SqlAlias() |
Modifier and Type | Method and Description |
---|---|
SqlAlias |
clone() |
boolean |
equals(Object obj) |
String |
getAlias()
A temporary name given to a table, or a column in a table.
|
String |
getFrom()
A table, or a column in a table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAlias(String alias)
A temporary name given to a table, or a column in a table.
|
void |
setFrom(String from)
A table, or a column in a table.
|
String |
toString()
Returns a string representation of this object.
|
SqlAlias |
withAlias(String alias)
A temporary name given to a table, or a column in a table.
|
SqlAlias |
withFrom(String from)
A table, or a column in a table.
|
public void setFrom(String from)
A table, or a column in a table.
from
- A table, or a column in a table.public String getFrom()
A table, or a column in a table.
public SqlAlias withFrom(String from)
A table, or a column in a table.
from
- A table, or a column in a table.public void setAlias(String alias)
A temporary name given to a table, or a column in a table.
alias
- A temporary name given to a table, or a column in a table.public String getAlias()
A temporary name given to a table, or a column in a table.
public SqlAlias withAlias(String alias)
A temporary name given to a table, or a column in a table.
alias
- A temporary name given to a table, or a column in a table.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.