@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResultReuseInformation extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about whether the result of a previous query was reused.
Constructor and Description |
---|
ResultReuseInformation() |
Modifier and Type | Method and Description |
---|---|
ResultReuseInformation |
clone() |
boolean |
equals(Object obj) |
Boolean |
getReusedPreviousResult()
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
int |
hashCode() |
Boolean |
isReusedPreviousResult()
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setReusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
String |
toString()
Returns a string representation of this object.
|
ResultReuseInformation |
withReusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
|
public void setReusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
reusedPreviousResult
- True if a previous query result was reused; false if the result was generated from a new run of the query.public Boolean getReusedPreviousResult()
True if a previous query result was reused; false if the result was generated from a new run of the query.
public ResultReuseInformation withReusedPreviousResult(Boolean reusedPreviousResult)
True if a previous query result was reused; false if the result was generated from a new run of the query.
reusedPreviousResult
- True if a previous query result was reused; false if the result was generated from a new run of the query.public Boolean isReusedPreviousResult()
True if a previous query result was reused; false if the result was generated from a new run of the query.
public String toString()
toString
in class Object
Object.toString()
public ResultReuseInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.