Class LoggersCreateOrUpdateHeaders
- java.lang.Object
-
- com.azure.resourcemanager.apimanagement.models.LoggersCreateOrUpdateHeaders
-
public final class LoggersCreateOrUpdateHeaders extends Object
The LoggersCreateOrUpdateHeaders model.
-
-
Constructor Summary
Constructors Constructor Description LoggersCreateOrUpdateHeaders()
-
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.LoggersCreateOrUpdateHeaders
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 LoggersCreateOrUpdateHeaders withEtag(String etag)
Set the etag property: The Etag property.- Parameters:
etag
- the etag value to set.- Returns:
- the LoggersCreateOrUpdateHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-