@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceGroup extends Object implements Serializable, Cloneable, StructuredPojo
Data source information for user context filtering.
Constructor and Description |
---|
DataSourceGroup() |
Modifier and Type | Method and Description |
---|---|
DataSourceGroup |
clone() |
boolean |
equals(Object obj) |
String |
getDataSourceId()
The identifier of the data source group you want to add to your list of data source groups.
|
String |
getGroupId()
The identifier of the group you want to add to your list of groups.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups.
|
void |
setGroupId(String groupId)
The identifier of the group you want to add to your list of groups.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceGroup |
withDataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups.
|
DataSourceGroup |
withGroupId(String groupId)
The identifier of the group you want to add to your list of groups.
|
public void setGroupId(String groupId)
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
groupId
- The identifier of the group you want to add to your list of groups. This is for filtering search results
based on the groups' access to documents.public String getGroupId()
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
public DataSourceGroup withGroupId(String groupId)
The identifier of the group you want to add to your list of groups. This is for filtering search results based on the groups' access to documents.
groupId
- The identifier of the group you want to add to your list of groups. This is for filtering search results
based on the groups' access to documents.public void setDataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
dataSourceId
- The identifier of the data source group you want to add to your list of data source groups. This is for
filtering search results based on the groups' access to documents in that data source.public String getDataSourceId()
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
public DataSourceGroup withDataSourceId(String dataSourceId)
The identifier of the data source group you want to add to your list of data source groups. This is for filtering search results based on the groups' access to documents in that data source.
dataSourceId
- The identifier of the data source group you want to add to your list of data source groups. This is for
filtering search results based on the groups' access to documents in that data source.public String toString()
toString
in class Object
Object.toString()
public DataSourceGroup clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.