ValidateCustomDomainInput Class

  • java.lang.Object
    • com.microsoft.azure.management.cdn.ValidateCustomDomainInput

public class ValidateCustomDomainInput

Input of the custom domain to be validated for DNS mapping.

Method Summary

Modifier and Type Method and Description
String hostName()

Get the hostName value.

ValidateCustomDomainInput withHostName(String hostName)

Set the hostName value.

Method Details

hostName

public String hostName()

Get the hostName value.

Returns:

the hostName value

withHostName

public ValidateCustomDomainInput withHostName(String hostName)

Set the hostName value.

Parameters:

hostName - the hostName value to set

Returns:

the ValidateCustomDomainInput object itself.

Applies to