CloudHsmClusterBackupStatusGetHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.hardwaresecuritymodules.models.CloudHsmClusterBackupStatusGetHeaders

public final class CloudHsmClusterBackupStatusGetHeaders

The CloudHsmClusterBackupStatusGetHeaders model.

Constructor Summary

Constructor Description
CloudHsmClusterBackupStatusGetHeaders(HttpHeaders rawHeaders)

Creates an instance of CloudHsmClusterBackupStatusGetHeaders class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The Location property.

void validate()

Validates the instance.

CloudHsmClusterBackupStatusGetHeaders withLocation(String location)

Set the location property: The Location property.

CloudHsmClusterBackupStatusGetHeaders withXMsRequestId(String xMsRequestId)

Set the xMsRequestId property: The x-ms-request-id property.

String xMsRequestId()

Get the xMsRequestId property: The x-ms-request-id property.

Methods inherited from java.lang.Object

Constructor Details

CloudHsmClusterBackupStatusGetHeaders

public CloudHsmClusterBackupStatusGetHeaders(HttpHeaders rawHeaders)

Creates an instance of CloudHsmClusterBackupStatusGetHeaders class.

Parameters:

rawHeaders - The raw HttpHeaders that will be used to create the property values.

Method Details

location

public String location()

Get the location property: The Location property.

Returns:

the location value.

validate

public void validate()

Validates the instance.

withLocation

public CloudHsmClusterBackupStatusGetHeaders withLocation(String location)

Set the location property: The Location property.

Parameters:

location - the location value to set.

Returns:

the CloudHsmClusterBackupStatusGetHeaders object itself.

withXMsRequestId

public CloudHsmClusterBackupStatusGetHeaders withXMsRequestId(String xMsRequestId)

Set the xMsRequestId property: The x-ms-request-id property.

Parameters:

xMsRequestId - the xMsRequestId value to set.

Returns:

the CloudHsmClusterBackupStatusGetHeaders object itself.

xMsRequestId

public String xMsRequestId()

Get the xMsRequestId property: The x-ms-request-id property.

Returns:

the xMsRequestId value.

Applies to