Class StaticDeliveryAttributeMappingProperties
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.StaticDeliveryAttributeMappingProperties
-
public final class StaticDeliveryAttributeMappingProperties extends Object
Properties of static delivery attribute mapping.
-
-
Constructor Summary
Constructors Constructor Description StaticDeliveryAttributeMappingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisSecret()Get the isSecret property: Boolean flag to tell if the attribute contains sensitive information .voidvalidate()Validates the instance.Stringvalue()Get the value property: Value of the delivery attribute.StaticDeliveryAttributeMappingPropertieswithIsSecret(Boolean isSecret)Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information .StaticDeliveryAttributeMappingPropertieswithValue(String value)Set the value property: Value of the delivery attribute.
-
-
-
Method Detail
-
value
public String value()
Get the value property: Value of the delivery attribute.- Returns:
- the value value.
-
withValue
public StaticDeliveryAttributeMappingProperties withValue(String value)
Set the value property: Value of the delivery attribute.- Parameters:
value- the value value to set.- Returns:
- the StaticDeliveryAttributeMappingProperties object itself.
-
isSecret
public Boolean isSecret()
Get the isSecret property: Boolean flag to tell if the attribute contains sensitive information .- Returns:
- the isSecret value.
-
withIsSecret
public StaticDeliveryAttributeMappingProperties withIsSecret(Boolean isSecret)
Set the isSecret property: Boolean flag to tell if the attribute contains sensitive information .- Parameters:
isSecret- the isSecret value to set.- Returns:
- the StaticDeliveryAttributeMappingProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-