@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataSourceSyncJobMetricTarget extends Object implements Serializable, Cloneable, StructuredPojo
Maps a particular data source sync job to a particular data source.
Constructor and Description |
---|
DataSourceSyncJobMetricTarget() |
Modifier and Type | Method and Description |
---|---|
DataSourceSyncJobMetricTarget |
clone() |
boolean |
equals(Object obj) |
String |
getDataSourceId()
The ID of the data source that is running the sync job.
|
String |
getDataSourceSyncJobId()
The ID of the sync job that is running on the data source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataSourceId(String dataSourceId)
The ID of the data source that is running the sync job.
|
void |
setDataSourceSyncJobId(String dataSourceSyncJobId)
The ID of the sync job that is running on the data source.
|
String |
toString()
Returns a string representation of this object.
|
DataSourceSyncJobMetricTarget |
withDataSourceId(String dataSourceId)
The ID of the data source that is running the sync job.
|
DataSourceSyncJobMetricTarget |
withDataSourceSyncJobId(String dataSourceSyncJobId)
The ID of the sync job that is running on the data source.
|
public void setDataSourceId(String dataSourceId)
The ID of the data source that is running the sync job.
dataSourceId
- The ID of the data source that is running the sync job.public String getDataSourceId()
The ID of the data source that is running the sync job.
public DataSourceSyncJobMetricTarget withDataSourceId(String dataSourceId)
The ID of the data source that is running the sync job.
dataSourceId
- The ID of the data source that is running the sync job.public void setDataSourceSyncJobId(String dataSourceSyncJobId)
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
dataSourceSyncJobId
- The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
public String getDataSourceSyncJobId()
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
public DataSourceSyncJobMetricTarget withDataSourceSyncJobId(String dataSourceSyncJobId)
The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
dataSourceSyncJobId
- The ID of the sync job that is running on the data source.
If the ID of a sync job is not provided and there is a sync job running, then the ID of this sync job is used and metrics are generated for this sync job.
If the ID of a sync job is not provided and there is no sync job running, then no metrics are generated and documents are indexed/deleted at the index level without sync job metrics included.
public String toString()
toString
in class Object
Object.toString()
public DataSourceSyncJobMetricTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.