@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PagerDutyIncidentConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Details about the PagerDuty service where the response plan creates an incident.
Constructor and Description |
---|
PagerDutyIncidentConfiguration() |
Modifier and Type | Method and Description |
---|---|
PagerDutyIncidentConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getServiceId()
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceId(String serviceId)
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
|
String |
toString()
Returns a string representation of this object.
|
PagerDutyIncidentConfiguration |
withServiceId(String serviceId)
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
|
public void setServiceId(String serviceId)
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
serviceId
- The ID of the PagerDuty service that the response plan associates with an incident when it launches.public String getServiceId()
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
public PagerDutyIncidentConfiguration withServiceId(String serviceId)
The ID of the PagerDuty service that the response plan associates with an incident when it launches.
serviceId
- The ID of the PagerDuty service that the response plan associates with an incident when it launches.public String toString()
toString
in class Object
Object.toString()
public PagerDutyIncidentConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.