Amazon.ECS.Model.MerchantItemAttributes.WithHasSelfTimer C# (CSharp) Méthode

WithHasSelfTimer() public méthode

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