@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
operation.
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
operation.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
operation.
UserContext
field of the Query
operation.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
operation.
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
operation.public String toString()
toString
in class Object
Object.toString()
public AclConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.