@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceIntegrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Information about the integration of DevOps Guru with another AWS service, such as AWS Systems Manager.
Constructor and Description |
---|
ServiceIntegrationConfig() |
Modifier and Type | Method and Description |
---|---|
ServiceIntegrationConfig |
clone() |
boolean |
equals(Object obj) |
OpsCenterIntegration |
getOpsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOpsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
String |
toString()
Returns a string representation of this object.
|
ServiceIntegrationConfig |
withOpsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for
each created insight.
|
public void setOpsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
opsCenter
- Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter
for each created insight.public OpsCenterIntegration getOpsCenter()
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
public ServiceIntegrationConfig withOpsCenter(OpsCenterIntegration opsCenter)
Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter for each created insight.
opsCenter
- Information about whether DevOps Guru is configured to create an OpsItem in AWS Systems Manager OpsCenter
for each created insight.public String toString()
toString
in class Object
Object.toString()
public ServiceIntegrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.