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

WithNumberOfStrings() public method

Sets the NumberOfStrings property
public WithNumberOfStrings ( Decimal numberOfStrings ) : MerchantItemAttributes
numberOfStrings Decimal NumberOfStrings property
return MerchantItemAttributes
        public MerchantItemAttributes WithNumberOfStrings(Decimal numberOfStrings)
        {
            this.numberOfStringsField = numberOfStrings;
            return this;
        }
MerchantItemAttributes