Class GetSsisObjectMetadataRequest
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.GetSsisObjectMetadataRequest
-
public final class GetSsisObjectMetadataRequest extends Object
The request payload of get SSIS object metadata.
-
-
Constructor Summary
Constructors Constructor Description GetSsisObjectMetadataRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
metadataPath()
Get the metadataPath property: Metadata path.void
validate()
Validates the instance.GetSsisObjectMetadataRequest
withMetadataPath(String metadataPath)
Set the metadataPath property: Metadata path.
-
-
-
Method Detail
-
metadataPath
public String metadataPath()
Get the metadataPath property: Metadata path.- Returns:
- the metadataPath value.
-
withMetadataPath
public GetSsisObjectMetadataRequest withMetadataPath(String metadataPath)
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.
-
-