@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MonitoringResources extends Object implements Serializable, Cloneable, StructuredPojo
Identifies the resources to deploy for a monitoring job.
| Constructor and Description |
|---|
MonitoringResources() |
| Modifier and Type | Method and Description |
|---|---|
MonitoringResources |
clone() |
boolean |
equals(Object obj) |
MonitoringClusterConfig |
getClusterConfig()
The configuration for the cluster resources used to run the processing job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClusterConfig(MonitoringClusterConfig clusterConfig)
The configuration for the cluster resources used to run the processing job.
|
String |
toString()
Returns a string representation of this object.
|
MonitoringResources |
withClusterConfig(MonitoringClusterConfig clusterConfig)
The configuration for the cluster resources used to run the processing job.
|
public void setClusterConfig(MonitoringClusterConfig clusterConfig)
The configuration for the cluster resources used to run the processing job.
clusterConfig - The configuration for the cluster resources used to run the processing job.public MonitoringClusterConfig getClusterConfig()
The configuration for the cluster resources used to run the processing job.
public MonitoringResources withClusterConfig(MonitoringClusterConfig clusterConfig)
The configuration for the cluster resources used to run the processing job.
clusterConfig - The configuration for the cluster resources used to run the processing job.public String toString()
toString in class ObjectObject.toString()public MonitoringResources clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.