@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetMembershipDatasourcesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
BatchGetMembershipDatasourcesResult() |
Modifier and Type | Method and Description |
---|---|
BatchGetMembershipDatasourcesResult |
clone() |
boolean |
equals(Object obj) |
List<MembershipDatasources> |
getMembershipDatasources()
Details on the data source package history for an member of the behavior graph.
|
List<UnprocessedGraph> |
getUnprocessedGraphs()
Graphs that data source package information could not be retrieved for.
|
int |
hashCode() |
void |
setMembershipDatasources(Collection<MembershipDatasources> membershipDatasources)
Details on the data source package history for an member of the behavior graph.
|
void |
setUnprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
|
String |
toString()
Returns a string representation of this object.
|
BatchGetMembershipDatasourcesResult |
withMembershipDatasources(Collection<MembershipDatasources> membershipDatasources)
Details on the data source package history for an member of the behavior graph.
|
BatchGetMembershipDatasourcesResult |
withMembershipDatasources(MembershipDatasources... membershipDatasources)
Details on the data source package history for an member of the behavior graph.
|
BatchGetMembershipDatasourcesResult |
withUnprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
|
BatchGetMembershipDatasourcesResult |
withUnprocessedGraphs(UnprocessedGraph... unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<MembershipDatasources> getMembershipDatasources()
Details on the data source package history for an member of the behavior graph.
public void setMembershipDatasources(Collection<MembershipDatasources> membershipDatasources)
Details on the data source package history for an member of the behavior graph.
membershipDatasources
- Details on the data source package history for an member of the behavior graph.public BatchGetMembershipDatasourcesResult withMembershipDatasources(MembershipDatasources... membershipDatasources)
Details on the data source package history for an member of the behavior graph.
NOTE: This method appends the values to the existing list (if any). Use
setMembershipDatasources(java.util.Collection)
or
withMembershipDatasources(java.util.Collection)
if you want to override the existing values.
membershipDatasources
- Details on the data source package history for an member of the behavior graph.public BatchGetMembershipDatasourcesResult withMembershipDatasources(Collection<MembershipDatasources> membershipDatasources)
Details on the data source package history for an member of the behavior graph.
membershipDatasources
- Details on the data source package history for an member of the behavior graph.public List<UnprocessedGraph> getUnprocessedGraphs()
Graphs that data source package information could not be retrieved for.
public void setUnprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
unprocessedGraphs
- Graphs that data source package information could not be retrieved for.public BatchGetMembershipDatasourcesResult withUnprocessedGraphs(UnprocessedGraph... unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
NOTE: This method appends the values to the existing list (if any). Use
setUnprocessedGraphs(java.util.Collection)
or withUnprocessedGraphs(java.util.Collection)
if
you want to override the existing values.
unprocessedGraphs
- Graphs that data source package information could not be retrieved for.public BatchGetMembershipDatasourcesResult withUnprocessedGraphs(Collection<UnprocessedGraph> unprocessedGraphs)
Graphs that data source package information could not be retrieved for.
unprocessedGraphs
- Graphs that data source package information could not be retrieved for.public String toString()
toString
in class Object
Object.toString()
public BatchGetMembershipDatasourcesResult clone()