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