@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryResult extends Object implements Serializable, Cloneable, StructuredPojo
Details about the query results.
| Constructor and Description |
|---|
ProtectedQueryResult() |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryResult |
clone() |
boolean |
equals(Object obj) |
ProtectedQueryOutput |
getOutput()
The output of the protected query.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOutput(ProtectedQueryOutput output)
The output of the protected query.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryResult |
withOutput(ProtectedQueryOutput output)
The output of the protected query.
|
public void setOutput(ProtectedQueryOutput output)
The output of the protected query.
output - The output of the protected query.public ProtectedQueryOutput getOutput()
The output of the protected query.
public ProtectedQueryResult withOutput(ProtectedQueryOutput output)
The output of the protected query.
output - The output of the protected query.public String toString()
toString in class ObjectObject.toString()public ProtectedQueryResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.