@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public Destination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.