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;
        }