@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.
| 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.
status - The status of the CodeGuru Profiler integration.EventSourceOptInStatuspublic String getStatus()
The status of the CodeGuru Profiler integration.
EventSourceOptInStatuspublic AmazonCodeGuruProfilerIntegration withStatus(String status)
The status of the CodeGuru Profiler integration.
status - The status of the CodeGuru Profiler integration.EventSourceOptInStatuspublic AmazonCodeGuruProfilerIntegration withStatus(EventSourceOptInStatus status)
The status of the CodeGuru Profiler integration.
status - The status of the CodeGuru Profiler integration.EventSourceOptInStatuspublic String toString()
toString in class ObjectObject.toString()public AmazonCodeGuruProfilerIntegration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.