@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PreparedStatementSummary extends Object implements Serializable, Cloneable, StructuredPojo
The name and last modified time of the prepared statement.
Constructor and Description |
---|
PreparedStatementSummary() |
Modifier and Type | Method and Description |
---|---|
PreparedStatementSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getLastModifiedTime()
The last modified time of the prepared statement.
|
String |
getStatementName()
The name of the prepared statement.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
void |
setStatementName(String statementName)
The name of the prepared statement.
|
String |
toString()
Returns a string representation of this object.
|
PreparedStatementSummary |
withLastModifiedTime(Date lastModifiedTime)
The last modified time of the prepared statement.
|
PreparedStatementSummary |
withStatementName(String statementName)
The name of the prepared statement.
|
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 PreparedStatementSummary withStatementName(String statementName)
The name of the prepared statement.
statementName
- The name 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 PreparedStatementSummary 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 PreparedStatementSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2024. All rights reserved.