Class GetCustomerEventResult
- java.lang.Object
-
- com.pulumi.azurenative.testbase.outputs.GetCustomerEventResult
-
public final class GetCustomerEventResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetCustomerEventResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetCustomerEventResult.Builder
builder()
static GetCustomerEventResult.Builder
builder(GetCustomerEventResult defaults)
java.lang.String
eventName()
java.lang.String
id()
java.lang.String
name()
java.util.List<NotificationEventReceiverResponse>
receivers()
SystemDataResponse
systemData()
java.lang.String
type()
-
-
-
Method Detail
-
eventName
public java.lang.String eventName()
- Returns:
- The name of the event subscribed to.
-
id
public java.lang.String id()
- Returns:
- Resource ID.
-
name
public java.lang.String name()
- Returns:
- Resource name.
-
receivers
public java.util.List<NotificationEventReceiverResponse> receivers()
- Returns:
- The notification event receivers.
-
systemData
public SystemDataResponse systemData()
- Returns:
- The system metadata relating to this resource
-
type
public java.lang.String type()
- Returns:
- Resource type.
-
builder
public static GetCustomerEventResult.Builder builder()
-
builder
public static GetCustomerEventResult.Builder builder(GetCustomerEventResult defaults)
-
-