@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonCodeGuruProfilerIntegration extends Object implements Serializable, Cloneable, StructuredPojo
Information about your account's integration with Amazon CodeGuru Profiler. This returns whether DevOps Guru is configured to consume recommendations generated from Amazon CodeGuru Profiler.
Constructor and Description |
---|
AmazonCodeGuruProfilerIntegration() |
Modifier and Type | Method and Description |
---|---|
AmazonCodeGuruProfilerIntegration |
clone() |
boolean |
equals(Object obj) |
String |
getStatus()
The status of the CodeGuru Profiler integration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setStatus(String status)
The status of the CodeGuru Profiler integration.
|
String |
toString()
Returns a string representation of this object.
|
AmazonCodeGuruProfilerIntegration |
withStatus(EventSourceOptInStatus status)
The status of the CodeGuru Profiler integration.
|
AmazonCodeGuruProfilerIntegration |
withStatus(String status)
The status of the CodeGuru Profiler integration.
|
public void setStatus(String status)
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
status
- The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume
recommendations that are generated from Amazon CodeGuru Profiler.EventSourceOptInStatus
public String getStatus()
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
EventSourceOptInStatus
public AmazonCodeGuruProfilerIntegration withStatus(String status)
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
status
- The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume
recommendations that are generated from Amazon CodeGuru Profiler.EventSourceOptInStatus
public AmazonCodeGuruProfilerIntegration withStatus(EventSourceOptInStatus status)
The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume recommendations that are generated from Amazon CodeGuru Profiler.
status
- The status of the CodeGuru Profiler integration. Specifies if DevOps Guru is enabled to consume
recommendations that are generated from Amazon CodeGuru Profiler.EventSourceOptInStatus
public String toString()
toString
in class Object
Object.toString()
public AmazonCodeGuruProfilerIntegration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.