/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.detective.model; import java.io.Serializable; import javax.annotation.Generated; import com.amazonaws.protocol.StructuredPojo; import com.amazonaws.protocol.ProtocolMarshaller; /** *
* Details about the data source packages ingested by your behavior graph. *
* * @see AWS API Documentation */ @Generated("com.amazonaws:aws-java-sdk-code-generator") public class DatasourcePackageIngestDetail implements Serializable, Cloneable, StructuredPojo { /** ** Details on which data source packages are ingested for a member account. *
*/ private String datasourcePackageIngestState; /** ** The date a data source package was enabled for this account *
*/ private java.util.Map* Details on which data source packages are ingested for a member account. *
* * @param datasourcePackageIngestState * Details on which data source packages are ingested for a member account. * @see DatasourcePackageIngestState */ public void setDatasourcePackageIngestState(String datasourcePackageIngestState) { this.datasourcePackageIngestState = datasourcePackageIngestState; } /** ** Details on which data source packages are ingested for a member account. *
* * @return Details on which data source packages are ingested for a member account. * @see DatasourcePackageIngestState */ public String getDatasourcePackageIngestState() { return this.datasourcePackageIngestState; } /** ** Details on which data source packages are ingested for a member account. *
* * @param datasourcePackageIngestState * Details on which data source packages are ingested for a member account. * @return Returns a reference to this object so that method calls can be chained together. * @see DatasourcePackageIngestState */ public DatasourcePackageIngestDetail withDatasourcePackageIngestState(String datasourcePackageIngestState) { setDatasourcePackageIngestState(datasourcePackageIngestState); return this; } /** ** Details on which data source packages are ingested for a member account. *
* * @param datasourcePackageIngestState * Details on which data source packages are ingested for a member account. * @return Returns a reference to this object so that method calls can be chained together. * @see DatasourcePackageIngestState */ public DatasourcePackageIngestDetail withDatasourcePackageIngestState(DatasourcePackageIngestState datasourcePackageIngestState) { this.datasourcePackageIngestState = datasourcePackageIngestState.toString(); return this; } /** ** The date a data source package was enabled for this account *
* * @return The date a data source package was enabled for this account */ public java.util.Map* The date a data source package was enabled for this account *
* * @param lastIngestStateChange * The date a data source package was enabled for this account */ public void setLastIngestStateChange(java.util.Map* The date a data source package was enabled for this account *
* * @param lastIngestStateChange * The date a data source package was enabled for this account * @return Returns a reference to this object so that method calls can be chained together. */ public DatasourcePackageIngestDetail withLastIngestStateChange(java.util.Map