Amazon.ECS.Model.AvailabilityAttributes.WithIsPreorder C# (CSharp) Method

WithIsPreorder() public method

Sets the IsPreorder property
public WithIsPreorder ( System.Boolean isPreorder ) : AvailabilityAttributes
isPreorder System.Boolean IsPreorder property
return AvailabilityAttributes
        public AvailabilityAttributes WithIsPreorder(Boolean isPreorder)
        {
            this.isPreorderField = isPreorder;
            return this;
        }