@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Source extends Object implements Serializable, Cloneable, StructuredPojo
A representation of a source that a scraper can discover and collect metrics from.
| Constructor and Description | 
|---|
Source()  | 
| Modifier and Type | Method and Description | 
|---|---|
Source | 
clone()  | 
boolean | 
equals(Object obj)  | 
EksConfiguration | 
getEksConfiguration()
 A representation of an EKS source. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEksConfiguration(EksConfiguration eksConfiguration)
 A representation of an EKS source. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
Source | 
withEksConfiguration(EksConfiguration eksConfiguration)
 A representation of an EKS source. 
 | 
public void setEksConfiguration(EksConfiguration eksConfiguration)
A representation of an EKS source.
eksConfiguration - A representation of an EKS source.public EksConfiguration getEksConfiguration()
A representation of an EKS source.
public Source withEksConfiguration(EksConfiguration eksConfiguration)
A representation of an EKS source.
eksConfiguration - A representation of an EKS source.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.