@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.EventSourceOptInStatus
public String getStatus()
The status of the CodeGuru Profiler integration.
EventSourceOptInStatus
public AmazonCodeGuruProfilerIntegration withStatus(String status)
The status of the CodeGuru Profiler integration.
status
- The status of the CodeGuru Profiler integration.EventSourceOptInStatus
public AmazonCodeGuruProfilerIntegration withStatus(EventSourceOptInStatus status)
The status of the CodeGuru Profiler integration.
status
- The status of the CodeGuru Profiler integration.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.