Class FunctionsUpdateHeaders
- java.lang.Object
-
- com.azure.resourcemanager.streamanalytics.models.FunctionsUpdateHeaders
-
public final class FunctionsUpdateHeaders extends Object
The FunctionsUpdateHeaders model.
-
-
Constructor Summary
Constructors Constructor Description FunctionsUpdateHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
etag()
Get the etag property: The Etag property.void
validate()
Validates the instance.FunctionsUpdateHeaders
withEtag(String etag)
Set the etag property: The Etag property.
-
-
-
Method Detail
-
etag
public String etag()
Get the etag property: The Etag property.- Returns:
- the etag value.
-
withEtag
public FunctionsUpdateHeaders withEtag(String etag)
Set the etag property: The Etag property.- Parameters:
etag
- the etag value to set.- Returns:
- the FunctionsUpdateHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-