@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetPreparedStatementResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetPreparedStatementResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetPreparedStatementResult |
clone() |
boolean |
equals(Object obj) |
List<PreparedStatement> |
getPreparedStatements()
The list of prepared statements returned.
|
List<UnprocessedPreparedStatementName> |
getUnprocessedPreparedStatementNames()
A list of one or more prepared statements that were requested but could not be returned.
|
int |
hashCode() |
void |
setPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
void |
setUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetPreparedStatementResult |
withPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResult |
withPreparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
|
BatchGetPreparedStatementResult |
withUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
BatchGetPreparedStatementResult |
withUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<PreparedStatement> getPreparedStatements()
The list of prepared statements returned.
public void setPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
preparedStatements
- The list of prepared statements returned.public BatchGetPreparedStatementResult withPreparedStatements(PreparedStatement... preparedStatements)
The list of prepared statements returned.
NOTE: This method appends the values to the existing list (if any). Use
setPreparedStatements(java.util.Collection)
or withPreparedStatements(java.util.Collection)
if
you want to override the existing values.
preparedStatements
- The list of prepared statements returned.public BatchGetPreparedStatementResult withPreparedStatements(Collection<PreparedStatement> preparedStatements)
The list of prepared statements returned.
preparedStatements
- The list of prepared statements returned.public List<UnprocessedPreparedStatementName> getUnprocessedPreparedStatementNames()
A list of one or more prepared statements that were requested but could not be returned.
public void setUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
unprocessedPreparedStatementNames
- A list of one or more prepared statements that were requested but could not be returned.public BatchGetPreparedStatementResult withUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName... unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedPreparedStatementNames(java.util.Collection)
or
withUnprocessedPreparedStatementNames(java.util.Collection)
if you want to override the existing values.
unprocessedPreparedStatementNames
- A list of one or more prepared statements that were requested but could not be returned.public BatchGetPreparedStatementResult withUnprocessedPreparedStatementNames(Collection<UnprocessedPreparedStatementName> unprocessedPreparedStatementNames)
A list of one or more prepared statements that were requested but could not be returned.
unprocessedPreparedStatementNames
- A list of one or more prepared statements that were requested but could not be returned.public String toString()
toString
in class Object
Object.toString()
public BatchGetPreparedStatementResult clone()