@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenameColumnOperation extends Object implements Serializable, Cloneable, StructuredPojo
A transform operation that renames a column.
Constructor and Description |
---|
RenameColumnOperation() |
Modifier and Type | Method and Description |
---|---|
RenameColumnOperation |
clone() |
boolean |
equals(Object obj) |
String |
getColumnName()
The name of the column to be renamed.
|
String |
getNewColumnName()
The new name for the column.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setColumnName(String columnName)
The name of the column to be renamed.
|
void |
setNewColumnName(String newColumnName)
The new name for the column.
|
String |
toString()
Returns a string representation of this object.
|
RenameColumnOperation |
withColumnName(String columnName)
The name of the column to be renamed.
|
RenameColumnOperation |
withNewColumnName(String newColumnName)
The new name for the column.
|
public void setColumnName(String columnName)
The name of the column to be renamed.
columnName
- The name of the column to be renamed.public String getColumnName()
The name of the column to be renamed.
public RenameColumnOperation withColumnName(String columnName)
The name of the column to be renamed.
columnName
- The name of the column to be renamed.public void setNewColumnName(String newColumnName)
The new name for the column.
newColumnName
- The new name for the column.public String getNewColumnName()
The new name for the column.
public RenameColumnOperation withNewColumnName(String newColumnName)
The new name for the column.
newColumnName
- The new name for the column.public String toString()
toString
in class Object
Object.toString()
public RenameColumnOperation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.