@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventSourcesConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the integration of DevOps Guru as consumer with another AWS service, such as AWS CodeGuru Profiler via EventBridge.
Constructor and Description |
---|
EventSourcesConfig() |
Modifier and Type | Method and Description |
---|---|
EventSourcesConfig |
clone() |
boolean |
equals(Object obj) |
AmazonCodeGuruProfilerIntegration |
getAmazonCodeGuruProfiler()
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS
CodeGuru Profiler.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS
CodeGuru Profiler.
|
String |
toString()
Returns a string representation of this object.
|
EventSourcesConfig |
withAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS
CodeGuru Profiler.
|
public void setAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
amazonCodeGuruProfiler
- Information about whether DevOps Guru is configured to consume recommendations which are generated from
AWS CodeGuru Profiler.public AmazonCodeGuruProfilerIntegration getAmazonCodeGuruProfiler()
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
public EventSourcesConfig withAmazonCodeGuruProfiler(AmazonCodeGuruProfilerIntegration amazonCodeGuruProfiler)
Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.
amazonCodeGuruProfiler
- Information about whether DevOps Guru is configured to consume recommendations which are generated from
AWS CodeGuru Profiler.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.