Amazon.ECS.Model.ItemAttributes.WithComputerHardwareType C# (CSharp) 메소드

WithComputerHardwareType() 공개 메소드

Sets the ComputerHardwareType property
public WithComputerHardwareType ( String computerHardwareType ) : ItemAttributes
computerHardwareType String ComputerHardwareType property
리턴 ItemAttributes
        public ItemAttributes WithComputerHardwareType(String computerHardwareType)
        {
            this.computerHardwareTypeField = computerHardwareType;
            return this;
        }
ItemAttributes