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