Class GetSsisObjectMetadataRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.GetSsisObjectMetadataRequest
The request payload of get SSIS object metadata.
-
Constructor Summary
ConstructorDescriptionCreates an instance of GetSsisObjectMetadataRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the metadataPath property: Metadata path.void
validate()
Validates the instance.withMetadataPath
(String metadataPath) Set the metadataPath property: Metadata path.
-
Constructor Details
-
GetSsisObjectMetadataRequest
public GetSsisObjectMetadataRequest()Creates an instance of GetSsisObjectMetadataRequest class.
-
-
Method Details
-
metadataPath
Get the metadataPath property: Metadata path.- Returns:
- the metadataPath value.
-
withMetadataPath
Set the metadataPath property: Metadata path.- Parameters:
metadataPath
- the metadataPath value to set.- Returns:
- the GetSsisObjectMetadataRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-