@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public ProtectedQueryResult clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.