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

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

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