Class ExportDeliveryInfoResponse
- java.lang.Object
-
- com.pulumi.azurenative.costmanagement.outputs.ExportDeliveryInfoResponse
-
public final class ExportDeliveryInfoResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExportDeliveryInfoResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportDeliveryInfoResponse.Builder
builder()
static ExportDeliveryInfoResponse.Builder
builder(ExportDeliveryInfoResponse defaults)
ExportDeliveryDestinationResponse
destination()
-
-
-
Method Detail
-
destination
public ExportDeliveryDestinationResponse destination()
- Returns:
- Has destination for the export being delivered.
-
builder
public static ExportDeliveryInfoResponse.Builder builder()
-
builder
public static ExportDeliveryInfoResponse.Builder builder(ExportDeliveryInfoResponse defaults)
-
-