@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventSourcesConfig extends Object implements Serializable, Cloneable, StructuredPojo
Describes the event sources.
| Constructor and Description |
|---|
EventSourcesConfig() |
| Modifier and Type | Method and Description |
|---|---|
EventSourcesConfig |
clone() |
boolean |
equals(Object obj) |
AmazonCodeGuruProfilerIntegration |
getAmazonCodeGuruProfiler()
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
|
String |
toString()
Returns a string representation of this object.
|
EventSourcesConfig |
withAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
|
public void setAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
amazonCodeGuruProfiler - public AmazonCodeGuruProfilerIntegration getAmazonCodeGuruProfiler()
public EventSourcesConfig withAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
amazonCodeGuruProfiler - public String toString()
toString in class ObjectObject.toString()public EventSourcesConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.