Class ApplicationGatewayAvailableSslPredefinedPolicies
- java.lang.Object
-
- com.azure.resourcemanager.network.models.ApplicationGatewayAvailableSslPredefinedPolicies
-
public final class ApplicationGatewayAvailableSslPredefinedPolicies extends Object
Response for ApplicationGatewayAvailableSslOptions API service call.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayAvailableSslPredefinedPolicies()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: URL to get the next set of results.voidvalidate()Validates the instance.List<ApplicationGatewaySslPredefinedPolicyInner>value()Get the value property: List of available Ssl predefined policy.ApplicationGatewayAvailableSslPredefinedPolicieswithNextLink(String nextLink)Set the nextLink property: URL to get the next set of results.ApplicationGatewayAvailableSslPredefinedPolicieswithValue(List<ApplicationGatewaySslPredefinedPolicyInner> value)Set the value property: List of available Ssl predefined policy.
-
-
-
Method Detail
-
value
public List<ApplicationGatewaySslPredefinedPolicyInner> value()
Get the value property: List of available Ssl predefined policy.- Returns:
- the value value.
-
withValue
public ApplicationGatewayAvailableSslPredefinedPolicies withValue(List<ApplicationGatewaySslPredefinedPolicyInner> value)
Set the value property: List of available Ssl predefined policy.- Parameters:
value- the value value to set.- Returns:
- the ApplicationGatewayAvailableSslPredefinedPolicies object itself.
-
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results.- Returns:
- the nextLink value.
-
withNextLink
public ApplicationGatewayAvailableSslPredefinedPolicies withNextLink(String nextLink)
Set the nextLink property: URL to get the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the ApplicationGatewayAvailableSslPredefinedPolicies object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-