public static class CreateIncidentResponse.Builder extends Object
Modifier and Type | Method and Description |
---|---|
CreateIncidentResponse |
build() |
CreateIncidentResponse.Builder |
copy(CreateIncidentResponse o)
Copy method to populate the builder with values from the given instance.
|
CreateIncidentResponse.Builder |
etag(String etag) |
CreateIncidentResponse.Builder |
incident(Incident incident) |
CreateIncidentResponse.Builder |
opcRequestId(String opcRequestId) |
String |
toString() |
public CreateIncidentResponse.Builder copy(CreateIncidentResponse o)
Copy method to populate the builder with values from the given instance.
public CreateIncidentResponse.Builder opcRequestId(String opcRequestId)
public CreateIncidentResponse.Builder etag(String etag)
public CreateIncidentResponse.Builder incident(Incident incident)
public CreateIncidentResponse build()
Copyright © 2016–2020. All rights reserved.