Class BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
- java.lang.Object
-
- com.azure.resourcemanager.storage.models.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
-
public final class BlobContainersCreateOrUpdateImmutabilityPolicyHeaders extends Object
The BlobContainersCreateOrUpdateImmutabilityPolicyHeaders model.
-
-
Constructor Summary
Constructors Constructor Description BlobContainersCreateOrUpdateImmutabilityPolicyHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringetag()Get the etag property: The Etag property.voidvalidate()Validates the instance.BlobContainersCreateOrUpdateImmutabilityPolicyHeaderswithEtag(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 BlobContainersCreateOrUpdateImmutabilityPolicyHeaders withEtag(String etag)
Set the etag property: The Etag property.- Parameters:
etag- the etag value to set.- Returns:
- the BlobContainersCreateOrUpdateImmutabilityPolicyHeaders object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-