@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ProtectedQueryOutput extends Object implements Serializable, Cloneable, StructuredPojo
Contains details about the protected query output.
| Constructor and Description |
|---|
ProtectedQueryOutput() |
| Modifier and Type | Method and Description |
|---|---|
ProtectedQueryOutput |
clone() |
boolean |
equals(Object obj) |
ProtectedQueryS3Output |
getS3()
If present, the output for a protected query with an `S3` output type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
String |
toString()
Returns a string representation of this object.
|
ProtectedQueryOutput |
withS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
|
public void setS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
s3 - If present, the output for a protected query with an `S3` output type.public ProtectedQueryS3Output getS3()
If present, the output for a protected query with an `S3` output type.
public ProtectedQueryOutput withS3(ProtectedQueryS3Output s3)
If present, the output for a protected query with an `S3` output type.
s3 - If present, the output for a protected query with an `S3` output type.public String toString()
toString in class ObjectObject.toString()public ProtectedQueryOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.