AlertSimulatorRequestBody Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.AlertSimulatorRequestBody

public final class AlertSimulatorRequestBody

Alert Simulator request body.

Constructor Summary

Constructor Description
AlertSimulatorRequestBody()

Creates an instance of AlertSimulatorRequestBody class.

Method Summary

Modifier and Type Method and Description
AlertSimulatorRequestProperties properties()

Get the properties property: Alert Simulator request body data.

void validate()

Validates the instance.

AlertSimulatorRequestBody withProperties(AlertSimulatorRequestProperties properties)

Set the properties property: Alert Simulator request body data.

Methods inherited from java.lang.Object

Constructor Details

AlertSimulatorRequestBody

public AlertSimulatorRequestBody()

Creates an instance of AlertSimulatorRequestBody class.

Method Details

properties

public AlertSimulatorRequestProperties properties()

Get the properties property: Alert Simulator request body data.

Returns:

the properties value.

validate

public void validate()

Validates the instance.

withProperties

public AlertSimulatorRequestBody withProperties(AlertSimulatorRequestProperties properties)

Set the properties property: Alert Simulator request body data.

Parameters:

properties - the properties value to set.

Returns:

the AlertSimulatorRequestBody object itself.

Applies to