@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceIntegrationConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ServiceIntegrationConfig() |
Modifier and Type | Method and Description |
---|---|
ServiceIntegrationConfig |
clone() |
boolean |
equals(Object obj) |
OpsCenterIntegration |
getOpsCenter() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOpsCenter(OpsCenterIntegration opsCenter) |
String |
toString()
Returns a string representation of this object.
|
ServiceIntegrationConfig |
withOpsCenter(OpsCenterIntegration opsCenter) |
public void setOpsCenter(OpsCenterIntegration opsCenter)
opsCenter
- public OpsCenterIntegration getOpsCenter()
public ServiceIntegrationConfig withOpsCenter(OpsCenterIntegration opsCenter)
opsCenter
- 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.