Class DeliveryAttributeListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner
-
public final class DeliveryAttributeListResultInner extends Object
Result of the Get delivery attributes operation.
-
-
Constructor Summary
Constructors Constructor Description DeliveryAttributeListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DeliveryAttributeMapping>value()Get the value property: A collection of DeliveryAttributeMapping.DeliveryAttributeListResultInnerwithValue(List<DeliveryAttributeMapping> value)Set the value property: A collection of DeliveryAttributeMapping.
-
-
-
Method Detail
-
value
public List<DeliveryAttributeMapping> value()
Get the value property: A collection of DeliveryAttributeMapping.- Returns:
- the value value.
-
withValue
public DeliveryAttributeListResultInner withValue(List<DeliveryAttributeMapping> value)
Set the value property: A collection of DeliveryAttributeMapping.- Parameters:
value- the value value to set.- Returns:
- the DeliveryAttributeListResultInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-