@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PreparedStatement extends Object implements Serializable, Cloneable, StructuredPojo
A prepared SQL statement for use with Athena.
Constructor and Description |
---|
PreparedStatement() |
Modifier and Type | Method and Description |
---|---|
PreparedStatement |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the prepared statement.
|
Date |
getLastModifiedTime()
The last modified time of the prepared statement.
|
String |
getQueryStatement()
The query string for the prepared statement.
|
String |
getStatementName()
The name of the prepared statement.
|
String |
getWorkGroupName()
The name of the workgroup to which the prepared statement belongs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDescription(String description)
The description of the prepared statement.
|
void |
setLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
void |
setQueryStatement(String queryStatement)
The query string for the prepared statement.
|
void |
setStatementName(String statementName)
The name of the prepared statement.
|
void |
setWorkGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
|
String |
toString()
Returns a string representation of this object.
|
PreparedStatement |
withDescription(String description)
The description of the prepared statement.
|
PreparedStatement |
withLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatement |
withQueryStatement(String queryStatement)
The query string for the prepared statement.
|
PreparedStatement |
withStatementName(String statementName)
The name of the prepared statement.
|
PreparedStatement |
withWorkGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
|
public void setStatementName(String statementName)
The name of the prepared statement.
statementName
- The name of the prepared statement.public String getStatementName()
The name of the prepared statement.
public PreparedStatement withStatementName(String statementName)
The name of the prepared statement.
statementName
- The name of the prepared statement.public void setQueryStatement(String queryStatement)
The query string for the prepared statement.
queryStatement
- The query string for the prepared statement.public String getQueryStatement()
The query string for the prepared statement.
public PreparedStatement withQueryStatement(String queryStatement)
The query string for the prepared statement.
queryStatement
- The query string for the prepared statement.public void setWorkGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
workGroupName
- The name of the workgroup to which the prepared statement belongs.public String getWorkGroupName()
The name of the workgroup to which the prepared statement belongs.
public PreparedStatement withWorkGroupName(String workGroupName)
The name of the workgroup to which the prepared statement belongs.
workGroupName
- The name of the workgroup to which the prepared statement belongs.public void setDescription(String description)
The description of the prepared statement.
description
- The description of the prepared statement.public String getDescription()
The description of the prepared statement.
public PreparedStatement withDescription(String description)
The description of the prepared statement.
description
- The description of the prepared statement.public void setLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
lastModifiedTime
- The last modified time of the prepared statement.public Date getLastModifiedTime()
The last modified time of the prepared statement.
public PreparedStatement withLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
lastModifiedTime
- The last modified time of the prepared statement.public String toString()
toString
in class Object
Object.toString()
public PreparedStatement clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.