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

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

Sets the HardwarePlatform property
public WithHardwarePlatform ( String hardwarePlatform ) : ItemAttributes
hardwarePlatform String HardwarePlatform property
Результат ItemAttributes
        public ItemAttributes WithHardwarePlatform(String hardwarePlatform)
        {
            this.hardwarePlatformField = hardwarePlatform;
            return this;
        }
ItemAttributes