Amazon.ECS.Model.ItemAttributes.WithHardDiskSize C# (CSharp) Метод

WithHardDiskSize() публичный Метод

Sets the HardDiskSize property
public WithHardDiskSize ( DecimalWithUnits hardDiskSize ) : ItemAttributes
hardDiskSize DecimalWithUnits HardDiskSize property
Результат ItemAttributes
        public ItemAttributes WithHardDiskSize(DecimalWithUnits hardDiskSize)
        {
            this.hardDiskSizeField = hardDiskSize;
            return this;
        }
ItemAttributes