@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
The source of collected metrics for a scraper.
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
Source |
clone() |
boolean |
equals(Object obj) |
EksConfiguration |
getEksConfiguration()
The Amazon EKS cluster from which a scraper collects metrics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
|
String |
toString()
Returns a string representation of this object.
|
Source |
withEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
|
public void setEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
eksConfiguration - The Amazon EKS cluster from which a scraper collects metrics.public EksConfiguration getEksConfiguration()
The Amazon EKS cluster from which a scraper collects metrics.
public Source withEksConfiguration(EksConfiguration eksConfiguration)
The Amazon EKS cluster from which a scraper collects metrics.
eksConfiguration - The Amazon EKS cluster from which a scraper collects metrics.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.