public class SubscriptionValidationResponse extends Object
| Constructor and Description |
|---|
SubscriptionValidationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
validationResponse()
Get the validation response sent by the subscriber to Azure Event Grid to complete the validation of an event subscription.
|
SubscriptionValidationResponse |
withValidationResponse(String validationResponse)
Set the validation response sent by the subscriber to Azure Event Grid to complete the validation of an event subscription.
|
public String validationResponse()
public SubscriptionValidationResponse withValidationResponse(String validationResponse)
validationResponse - the validationResponse value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/