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

WithHardDiskSize() public method

Sets the HardDiskSize property
public WithHardDiskSize ( DecimalWithUnits hardDiskSize ) : ItemAttributes
hardDiskSize DecimalWithUnits HardDiskSize property
return ItemAttributes
        public ItemAttributes WithHardDiskSize(DecimalWithUnits hardDiskSize)
        {
            this.hardDiskSizeField = hardDiskSize;
            return this;
        }
ItemAttributes