@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Destination extends Object implements Serializable, Cloneable, StructuredPojo
A representation of a destination that a scraper can produce metrics to.
| Constructor and Description |
|---|
Destination() |
| Modifier and Type | Method and Description |
|---|---|
Destination |
clone() |
boolean |
equals(Object obj) |
AmpConfiguration |
getAmpConfiguration()
A representation of an AMP destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAmpConfiguration(AmpConfiguration ampConfiguration)
A representation of an AMP destination.
|
String |
toString()
Returns a string representation of this object.
|
Destination |
withAmpConfiguration(AmpConfiguration ampConfiguration)
A representation of an AMP destination.
|
public void setAmpConfiguration(AmpConfiguration ampConfiguration)
A representation of an AMP destination.
ampConfiguration - A representation of an AMP destination.public AmpConfiguration getAmpConfiguration()
A representation of an AMP destination.
public Destination withAmpConfiguration(AmpConfiguration ampConfiguration)
A representation of an AMP destination.
ampConfiguration - A representation of an AMP destination.public String toString()
toString in class ObjectObject.toString()public Destination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.