ManagedClustersGetCommandResultHeaders Class

  • java.lang.Object
    • com.azure.resourcemanager.containerservice.models.ManagedClustersGetCommandResultHeaders

public final class ManagedClustersGetCommandResultHeaders

The ManagedClustersGetCommandResultHeaders model.

Constructor Summary

Constructor Description
ManagedClustersGetCommandResultHeaders(HttpHeaders rawHeaders)

Creates an instance of ManagedClustersGetCommandResultHeaders class.

Method Summary

Modifier and Type Method and Description
String location()

Get the location property: The Location property.

void validate()

Validates the instance.

ManagedClustersGetCommandResultHeaders withLocation(String location)

Set the location property: The Location property.

Methods inherited from java.lang.Object

Constructor Details

ManagedClustersGetCommandResultHeaders

public ManagedClustersGetCommandResultHeaders(HttpHeaders rawHeaders)

Creates an instance of ManagedClustersGetCommandResultHeaders 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 ManagedClustersGetCommandResultHeaders withLocation(String location)

Set the location property: The Location property.

Parameters:

location - the location value to set.

Returns:

the ManagedClustersGetCommandResultHeaders object itself.

Applies to