Amazon.ECS.Model.MerchantItemAttributes.WithComputerHardwareType C# (CSharp) Method

WithComputerHardwareType() public method

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