Amazon.ECS.Model.MerchantItemAttributes.WithHasSelfTimer C# (CSharp) Method

WithHasSelfTimer() public method

Sets the HasSelfTimer property
public WithHasSelfTimer ( Boolean hasSelfTimer ) : MerchantItemAttributes
hasSelfTimer Boolean HasSelfTimer property
return MerchantItemAttributes
        public MerchantItemAttributes WithHasSelfTimer(Boolean hasSelfTimer)
        {
            this.hasSelfTimerField = hasSelfTimer;
            return this;
        }
MerchantItemAttributes