Amazon.ECS.Model.OfferAttributes.WithWillShipExpedited C# (CSharp) Метод

WithWillShipExpedited() публичный Метод

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes
willShipExpedited System.Boolean WillShipExpedited property
Результат OfferAttributes
        public OfferAttributes WithWillShipExpedited(Boolean willShipExpedited)
        {
            this.willShipExpeditedField = willShipExpedited;
            return this;
        }