@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Integration extends Object implements Serializable, Cloneable, StructuredPojo
Information about third-party services integrated into a response plan.
| Constructor and Description |
|---|
Integration() |
| Modifier and Type | Method and Description |
|---|---|
Integration |
clone() |
boolean |
equals(Object obj) |
PagerDutyConfiguration |
getPagerDutyConfiguration()
Information about the PagerDuty service where the response plan creates an incident.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
|
String |
toString()
Returns a string representation of this object.
|
Integration |
withPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
|
public void setPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
pagerDutyConfiguration - Information about the PagerDuty service where the response plan creates an incident.public PagerDutyConfiguration getPagerDutyConfiguration()
Information about the PagerDuty service where the response plan creates an incident.
public Integration withPagerDutyConfiguration(PagerDutyConfiguration pagerDutyConfiguration)
Information about the PagerDuty service where the response plan creates an incident.
pagerDutyConfiguration - Information about the PagerDuty service where the response plan creates an incident.public String toString()
toString in class ObjectObject.toString()public Integration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.