Class CreateRunResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.CreateRunResponseInner
-
public final class CreateRunResponseInner extends Object
Response body with a run identifier.
-
-
Constructor Summary
Constructors Constructor Description CreateRunResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
runId()
Get the runId property: Identifier of a run.void
validate()
Validates the instance.CreateRunResponseInner
withRunId(String runId)
Set the runId property: Identifier of a run.
-
-
-
Method Detail
-
runId
public String runId()
Get the runId property: Identifier of a run.- Returns:
- the runId value.
-
withRunId
public CreateRunResponseInner withRunId(String runId)
Set the runId property: Identifier of a run.- Parameters:
runId
- the runId value to set.- Returns:
- the CreateRunResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-