Amazon.ECS.Model.ItemAttributes.WithHardDiskCount C# (CSharp) Method

WithHardDiskCount() public method

Sets the HardDiskCount property
public WithHardDiskCount ( Decimal hardDiskCount ) : ItemAttributes
hardDiskCount Decimal HardDiskCount property
return ItemAttributes
        public ItemAttributes WithHardDiskCount(Decimal hardDiskCount)
        {
            this.hardDiskCountField = hardDiskCount;
            return this;
        }
ItemAttributes