Class CloudManifestFileResponseInner

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.azurestack.fluent.models.CloudManifestFileResponseInner

public final class CloudManifestFileResponseInner extends com.azure.core.management.ProxyResource
Cloud specific manifest GET response.
  • Constructor Details

    • CloudManifestFileResponseInner

      public CloudManifestFileResponseInner()
      Creates an instance of CloudManifestFileResponseInner class.
  • Method Details

    • properties

      public CloudManifestFileProperties properties()
      Get the properties property: Cloud specific manifest data.
      Returns:
      the properties value.
    • withProperties

      public CloudManifestFileResponseInner withProperties(CloudManifestFileProperties properties)
      Set the properties property: Cloud specific manifest data.
      Parameters:
      properties - the properties value to set.
      Returns:
      the CloudManifestFileResponseInner object itself.
    • etag

      public String etag()
      Get the etag property: The entity tag used for optimistic concurrency when modifying the resource.
      Returns:
      the etag value.
    • withEtag

      public CloudManifestFileResponseInner withEtag(String etag)
      Set the etag property: The entity tag used for optimistic concurrency when modifying the resource.
      Parameters:
      etag - the etag value to set.
      Returns:
      the CloudManifestFileResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.