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