Amazon.ECS.Model.MerchantItemAttributes.WithComputerHardwareType C# (CSharp) Méthode

WithComputerHardwareType() public méthode

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