@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryOutputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configuration details for protected query output.
| Constructor and Description |
|---|
ProtectedQueryOutputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryOutputConfiguration |
clone() |
boolean |
equals(Object obj) |
ProtectedQueryS3OutputConfiguration |
getS3()
Required configuration for a protected query with an `S3` output type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryOutputConfiguration |
withS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
|
public void setS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
s3 - Required configuration for a protected query with an `S3` output type.public ProtectedQueryS3OutputConfiguration getS3()
Required configuration for a protected query with an `S3` output type.
public ProtectedQueryOutputConfiguration withS3(ProtectedQueryS3OutputConfiguration s3)
Required configuration for a protected query with an `S3` output type.
s3 - Required configuration for a protected query with an `S3` output type.public String toString()
toString in class ObjectObject.toString()public ProtectedQueryOutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.