Class OriginGroupOverrideActionParameters
java.lang.Object
com.azure.resourcemanager.cdn.models.OriginGroupOverrideActionParameters
Defines the parameters for the origin group override action.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of OriginGroupOverrideActionParameters class. -
Method Summary
Modifier and TypeMethodDescriptionGet the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.typeName()Get the typeName property: The typeName property.voidvalidate()Validates the instance.withOriginGroup(ResourceReference originGroup) Set the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.withTypeName(String typeName) Set the typeName property: The typeName property.
-
Constructor Details
-
OriginGroupOverrideActionParameters
public OriginGroupOverrideActionParameters()Creates an instance of OriginGroupOverrideActionParameters class.
-
-
Method Details
-
typeName
Get the typeName property: The typeName property.- Returns:
- the typeName value.
-
withTypeName
Set the typeName property: The typeName property.- Parameters:
typeName- the typeName value to set.- Returns:
- the OriginGroupOverrideActionParameters object itself.
-
originGroup
Get the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.- Returns:
- the originGroup value.
-
withOriginGroup
Set the originGroup property: defines the OriginGroup that would override the DefaultOriginGroup.- Parameters:
originGroup- the originGroup value to set.- Returns:
- the OriginGroupOverrideActionParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-