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

WithComputerHardwareType() 공개 메소드

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