@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListDatasourcePackagesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
ListDatasourcePackagesResult() |
Modifier and Type | Method and Description |
---|---|
ListDatasourcePackagesResult |
addDatasourcePackagesEntry(String key,
DatasourcePackageIngestDetail value)
Add a single DatasourcePackages entry
|
ListDatasourcePackagesResult |
clearDatasourcePackagesEntries()
Removes all the entries added into DatasourcePackages.
|
ListDatasourcePackagesResult |
clone() |
boolean |
equals(Object obj) |
Map<String,DatasourcePackageIngestDetail> |
getDatasourcePackages()
Details on the data source packages active in the behavior graph.
|
String |
getNextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
int |
hashCode() |
void |
setDatasourcePackages(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
|
void |
setNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
String |
toString()
Returns a string representation of this object.
|
ListDatasourcePackagesResult |
withDatasourcePackages(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
|
ListDatasourcePackagesResult |
withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of
results.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public Map<String,DatasourcePackageIngestDetail> getDatasourcePackages()
Details on the data source packages active in the behavior graph.
public void setDatasourcePackages(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
datasourcePackages
- Details on the data source packages active in the behavior graph.public ListDatasourcePackagesResult withDatasourcePackages(Map<String,DatasourcePackageIngestDetail> datasourcePackages)
Details on the data source packages active in the behavior graph.
datasourcePackages
- Details on the data source packages active in the behavior graph.public ListDatasourcePackagesResult addDatasourcePackagesEntry(String key, DatasourcePackageIngestDetail value)
public ListDatasourcePackagesResult clearDatasourcePackagesEntries()
public void setNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken
- For requests to get the next page of results, the pagination token that was returned with the previous set
of results. The initial request does not include a pagination token.public String getNextToken()
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
public ListDatasourcePackagesResult withNextToken(String nextToken)
For requests to get the next page of results, the pagination token that was returned with the previous set of results. The initial request does not include a pagination token.
nextToken
- For requests to get the next page of results, the pagination token that was returned with the previous set
of results. The initial request does not include a pagination token.public String toString()
toString
in class Object
Object.toString()
public ListDatasourcePackagesResult clone()