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

WithRecorderTrackCount() public method

Sets the RecorderTrackCount property
public WithRecorderTrackCount ( Decimal recorderTrackCount ) : MerchantItemAttributes
recorderTrackCount Decimal RecorderTrackCount property
return MerchantItemAttributes
        public MerchantItemAttributes WithRecorderTrackCount(Decimal recorderTrackCount)
        {
            this.recorderTrackCountField = recorderTrackCount;
            return this;
        }
MerchantItemAttributes