Class TransparentDataEncryptionActivityListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.TransparentDataEncryptionActivityListResult
-
public final class TransparentDataEncryptionActivityListResult extends Object
Represents the response to a list database transparent data encryption activity request.
-
-
Constructor Summary
Constructors Constructor Description TransparentDataEncryptionActivityListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<TransparentDataEncryptionActivityInner>value()Get the value property: The list of database transparent data encryption activities.TransparentDataEncryptionActivityListResultwithValue(List<TransparentDataEncryptionActivityInner> value)Set the value property: The list of database transparent data encryption activities.
-
-
-
Method Detail
-
value
public List<TransparentDataEncryptionActivityInner> value()
Get the value property: The list of database transparent data encryption activities.- Returns:
- the value value.
-
withValue
public TransparentDataEncryptionActivityListResult withValue(List<TransparentDataEncryptionActivityInner> value)
Set the value property: The list of database transparent data encryption activities.- Parameters:
value- the value value to set.- Returns:
- the TransparentDataEncryptionActivityListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-