Class DdosProtectionPlanListResult
- java.lang.Object
-
- com.azure.resourcemanager.network.models.DdosProtectionPlanListResult
-
public final class DdosProtectionPlanListResult extends Object
A list of DDoS protection plans.
-
-
Constructor Summary
Constructors Constructor Description DdosProtectionPlanListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<DdosProtectionPlanInner>value()Get the value property: A list of DDoS protection plans.DdosProtectionPlanListResultwithValue(List<DdosProtectionPlanInner> value)Set the value property: A list of DDoS protection plans.
-
-
-
Method Detail
-
value
public List<DdosProtectionPlanInner> value()
Get the value property: A list of DDoS protection plans.- Returns:
- the value value.
-
withValue
public DdosProtectionPlanListResult withValue(List<DdosProtectionPlanInner> value)
Set the value property: A list of DDoS protection plans.- Parameters:
value- the value value to set.- Returns:
- the DdosProtectionPlanListResult object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-