@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) |
ProtectedQueryMemberOutputConfiguration |
getMember()
Required configuration for a protected query with a
member output type. |
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 |
setMember(ProtectedQueryMemberOutputConfiguration member)
Required configuration for a protected query with a
member output type. |
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 |
withMember(ProtectedQueryMemberOutputConfiguration member)
Required configuration for a protected query with a
member output type. |
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.
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 void setMember(ProtectedQueryMemberOutputConfiguration member)
Required configuration for a protected query with a member
output type.
member
- Required configuration for a protected query with a member
output type.public ProtectedQueryMemberOutputConfiguration getMember()
Required configuration for a protected query with a member
output type.
member
output type.public ProtectedQueryOutputConfiguration withMember(ProtectedQueryMemberOutputConfiguration member)
Required configuration for a protected query with a member
output type.
member
- Required configuration for a protected query with a member
output type.public String toString()
toString
in class Object
Object.toString()
public ProtectedQueryOutputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.