Class DeleteDataFlowDebugSessionRequest
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DeleteDataFlowDebugSessionRequest
-
public final class DeleteDataFlowDebugSessionRequest extends Object
Request body structure for deleting data flow debug session.
-
-
Constructor Summary
Constructors Constructor Description DeleteDataFlowDebugSessionRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
sessionId()
Get the sessionId property: The ID of data flow debug session.void
validate()
Validates the instance.DeleteDataFlowDebugSessionRequest
withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
-
-
-
Method Detail
-
sessionId
public String sessionId()
Get the sessionId property: The ID of data flow debug session.- Returns:
- the sessionId value.
-
withSessionId
public DeleteDataFlowDebugSessionRequest withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.- Parameters:
sessionId
- the sessionId value to set.- Returns:
- the DeleteDataFlowDebugSessionRequest object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-