@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryResultConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for protected query results.
Constructor and Description |
---|
ProtectedQueryResultConfiguration() |
Modifier and Type | Method and Description |
---|---|
ProtectedQueryResultConfiguration |
clone() |
boolean |
equals(Object obj) |
ProtectedQueryOutputConfiguration |
getOutputConfiguration()
Configuration for protected query results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOutputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryResultConfiguration |
withOutputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
|
public void setOutputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
outputConfiguration
- Configuration for protected query results.public ProtectedQueryOutputConfiguration getOutputConfiguration()
Configuration for protected query results.
public ProtectedQueryResultConfiguration withOutputConfiguration(ProtectedQueryOutputConfiguration outputConfiguration)
Configuration for protected query results.
outputConfiguration
- Configuration for protected query results.public String toString()
toString
in class Object
Object.toString()
public ProtectedQueryResultConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.