UpdateGatewaySettingsParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.hdinsight.v2018_06_01_preview.UpdateGatewaySettingsParameters

public class UpdateGatewaySettingsParameters

The update gateway settings request parameters.

Constructor Summary

Constructor Description
UpdateGatewaySettingsParameters()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean isCredentialEnabled()

Get indicates whether or not the gateway settings based authorization is enabled.

java.lang.String password()

Get the gateway settings user password.

java.lang.String userName()

Get the gateway settings user name.

UpdateGatewaySettingsParameters withIsCredentialEnabled(Boolean isCredentialEnabled)

Set indicates whether or not the gateway settings based authorization is enabled.

UpdateGatewaySettingsParameters withPassword(String password)

Set the gateway settings user password.

UpdateGatewaySettingsParameters withUserName(String userName)

Set the gateway settings user name.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

UpdateGatewaySettingsParameters

public UpdateGatewaySettingsParameters()

Method Details

isCredentialEnabled

public Boolean isCredentialEnabled()

Get indicates whether or not the gateway settings based authorization is enabled.

Returns:

the isCredentialEnabled value

password

public String password()

Get the gateway settings user password.

Returns:

the password value

userName

public String userName()

Get the gateway settings user name.

Returns:

the userName value

withIsCredentialEnabled

public UpdateGatewaySettingsParameters withIsCredentialEnabled(Boolean isCredentialEnabled)

Set indicates whether or not the gateway settings based authorization is enabled.

Parameters:

isCredentialEnabled - the isCredentialEnabled value to set

Returns:

the UpdateGatewaySettingsParameters object itself.

withPassword

public UpdateGatewaySettingsParameters withPassword(String password)

Set the gateway settings user password.

Parameters:

password - the password value to set

Returns:

the UpdateGatewaySettingsParameters object itself.

withUserName

public UpdateGatewaySettingsParameters withUserName(String userName)

Set the gateway settings user name.

Parameters:

userName - the userName value to set

Returns:

the UpdateGatewaySettingsParameters object itself.

Applies to