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