Class LiveEventInputTrackSelectionResponse
- java.lang.Object
-
- com.pulumi.azurenative.media.outputs.LiveEventInputTrackSelectionResponse
-
public final class LiveEventInputTrackSelectionResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LiveEventInputTrackSelectionResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LiveEventInputTrackSelectionResponse.Builder
builder()
static LiveEventInputTrackSelectionResponse.Builder
builder(LiveEventInputTrackSelectionResponse defaults)
java.util.Optional<java.lang.String>
operation()
java.util.Optional<java.lang.String>
property()
java.util.Optional<java.lang.String>
value()
-
-
-
Method Detail
-
operation
public java.util.Optional<java.lang.String> operation()
- Returns:
- Comparing operation. This property is reserved for future use, any value set on this property will be ignored.
-
property
public java.util.Optional<java.lang.String> property()
- Returns:
- Property name to select. This property is reserved for future use, any value set on this property will be ignored.
-
value
public java.util.Optional<java.lang.String> value()
- Returns:
- Property value to select. This property is reserved for future use, any value set on this property will be ignored.
-
builder
public static LiveEventInputTrackSelectionResponse.Builder builder()
-
builder
public static LiveEventInputTrackSelectionResponse.Builder builder(LiveEventInputTrackSelectionResponse defaults)
-
-