@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 Amazon Web Services service, such as Amazon Web Services 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 Object
Object.toString()
public UpdateServiceIntegrationConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.