@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Hive extends Object implements Serializable, Cloneable, StructuredPojo
The configurations for the Hive job driver.
Constructor and Description |
---|
Hive() |
Modifier and Type | Method and Description |
---|---|
Hive |
clone() |
boolean |
equals(Object obj) |
String |
getInitQueryFile()
The query file for the Hive job run.
|
String |
getParameters()
The parameters for the Hive job run.
|
String |
getQuery()
The query for the Hive job run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInitQueryFile(String initQueryFile)
The query file for the Hive job run.
|
void |
setParameters(String parameters)
The parameters for the Hive job run.
|
void |
setQuery(String query)
The query for the Hive job run.
|
String |
toString()
Returns a string representation of this object.
|
Hive |
withInitQueryFile(String initQueryFile)
The query file for the Hive job run.
|
Hive |
withParameters(String parameters)
The parameters for the Hive job run.
|
Hive |
withQuery(String query)
The query for the Hive job run.
|
public void setQuery(String query)
The query for the Hive job run.
query
- The query for the Hive job run.public String getQuery()
The query for the Hive job run.
public Hive withQuery(String query)
The query for the Hive job run.
query
- The query for the Hive job run.public void setInitQueryFile(String initQueryFile)
The query file for the Hive job run.
initQueryFile
- The query file for the Hive job run.public String getInitQueryFile()
The query file for the Hive job run.
public Hive withInitQueryFile(String initQueryFile)
The query file for the Hive job run.
initQueryFile
- The query file for the Hive job run.public void setParameters(String parameters)
The parameters for the Hive job run.
parameters
- The parameters for the Hive job run.public String getParameters()
The parameters for the Hive job run.
public Hive withParameters(String parameters)
The parameters for the Hive job run.
parameters
- The parameters for the Hive job run.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.