@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.
dataSourceSyncJobId - The ID of the sync job that is running on the data source.public String getDataSourceSyncJobId()
The ID of the sync job that is running on the data source.
public DataSourceSyncJobMetricTarget withDataSourceSyncJobId(String dataSourceSyncJobId)
The ID of the sync job that is running on the data source.
dataSourceSyncJobId - The ID of the sync job that is running on the data source.public String toString()
toString in class ObjectObject.toString()public DataSourceSyncJobMetricTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.