Amazon.ECS.Model.MerchantItemAttributes.WithDelayBetweenShots C# (CSharp) 메소드

WithDelayBetweenShots() 공개 메소드

Sets the DelayBetweenShots property
public WithDelayBetweenShots ( DecimalWithUnits delayBetweenShots ) : MerchantItemAttributes
delayBetweenShots DecimalWithUnits DelayBetweenShots property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithDelayBetweenShots(DecimalWithUnits delayBetweenShots)
        {
            this.delayBetweenShotsField = delayBetweenShots;
            return this;
        }
MerchantItemAttributes