@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AclConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides information about the column that should be used for filtering the query response by groups.
| Constructor and Description |
|---|
AclConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
AclConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAllowedGroupsColumnName()
A list of groups, separated by semi-colons, that filters a query response based on user context.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAllowedGroupsColumnName(String allowedGroupsColumnName)
A list of groups, separated by semi-colons, that filters a query response based on user context.
|
String |
toString()
Returns a string representation of this object.
|
AclConfiguration |
withAllowedGroupsColumnName(String allowedGroupsColumnName)
A list of groups, separated by semi-colons, that filters a query response based on user context.
|
public void setAllowedGroupsColumnName(String allowedGroupsColumnName)
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is
only returned to users that are in one of the groups specified in the UserContext field of the
Query API.
allowedGroupsColumnName - A list of groups, separated by semi-colons, that filters a query response based on user context. The
document is only returned to users that are in one of the groups specified in the UserContext
field of the Query API.public String getAllowedGroupsColumnName()
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is
only returned to users that are in one of the groups specified in the UserContext field of the
Query API.
UserContext field of the Query API.public AclConfiguration withAllowedGroupsColumnName(String allowedGroupsColumnName)
A list of groups, separated by semi-colons, that filters a query response based on user context. The document is
only returned to users that are in one of the groups specified in the UserContext field of the
Query API.
allowedGroupsColumnName - A list of groups, separated by semi-colons, that filters a query response based on user context. The
document is only returned to users that are in one of the groups specified in the UserContext
field of the Query API.public String toString()
toString in class ObjectObject.toString()public AclConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.