@Generated(value="software.amazon.awssdk:codegen") public final class PreparedStatementSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PreparedStatementSummary.Builder,PreparedStatementSummary>
The name and last modified time of the prepared statement.
Modifier and Type | Class and Description |
---|---|
static interface |
PreparedStatementSummary.Builder |
Modifier and Type | Method and Description |
---|---|
static PreparedStatementSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastModifiedTime()
The last modified time of the prepared statement.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PreparedStatementSummary.Builder> |
serializableBuilderClass() |
String |
statementName()
The name of the prepared statement.
|
PreparedStatementSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String statementName()
The name of the prepared statement.
public final Instant lastModifiedTime()
The last modified time of the prepared statement.
public PreparedStatementSummary.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<PreparedStatementSummary.Builder,PreparedStatementSummary>
public static PreparedStatementSummary.Builder builder()
public static Class<? extends PreparedStatementSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.