Amazon.ECS.Model.AvailabilityAttributes.WithIsPreorder C# (CSharp) Метод

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

Sets the IsPreorder property
public WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes
isPreorder System.Boolean IsPreorder property
Результат AvailabilityAttributes
        public AvailabilityAttributes WithIsPreorder(Boolean isPreorder)
        {
            this.isPreorderField = isPreorder;
            return this;
        }