@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetricProcessingConfig extends Object implements Serializable, Cloneable, StructuredPojo
The processing configuration for the given metric property. You can configure metrics to be computed at the edge or in the Amazon Web Services Cloud. By default, metrics are forwarded to the cloud.
Constructor and Description |
---|
MetricProcessingConfig() |
Modifier and Type | Method and Description |
---|---|
MetricProcessingConfig |
clone() |
boolean |
equals(Object obj) |
String |
getComputeLocation()
The compute location for the given metric property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComputeLocation(String computeLocation)
The compute location for the given metric property.
|
String |
toString()
Returns a string representation of this object.
|
MetricProcessingConfig |
withComputeLocation(ComputeLocation computeLocation)
The compute location for the given metric property.
|
MetricProcessingConfig |
withComputeLocation(String computeLocation)
The compute location for the given metric property.
|
public void setComputeLocation(String computeLocation)
The compute location for the given metric property.
computeLocation
- The compute location for the given metric property.ComputeLocation
public String getComputeLocation()
The compute location for the given metric property.
ComputeLocation
public MetricProcessingConfig withComputeLocation(String computeLocation)
The compute location for the given metric property.
computeLocation
- The compute location for the given metric property.ComputeLocation
public MetricProcessingConfig withComputeLocation(ComputeLocation computeLocation)
The compute location for the given metric property.
computeLocation
- The compute location for the given metric property.ComputeLocation
public String toString()
toString
in class Object
Object.toString()
public MetricProcessingConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.