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