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

WithNumberOfIssues() public method

Sets the NumberOfIssues property
public WithNumberOfIssues ( Decimal numberOfIssues ) : MerchantItemAttributes
numberOfIssues Decimal NumberOfIssues property
return MerchantItemAttributes
        public MerchantItemAttributes WithNumberOfIssues(Decimal numberOfIssues)
        {
            this.numberOfIssuesField = numberOfIssues;
            return this;
        }
MerchantItemAttributes