Amazon.ECS.Model.ItemAttributes.WithDeliveryOption C# (CSharp) Method

WithDeliveryOption() public method

Sets the DeliveryOption property
public WithDeliveryOption ( String deliveryOption ) : ItemAttributes
deliveryOption String DeliveryOption property
return ItemAttributes
        public ItemAttributes WithDeliveryOption(String deliveryOption)
        {
            this.deliveryOptionField = deliveryOption;
            return this;
        }
ItemAttributes