Amazon.ECS.Model.MerchantItemAttributes.WithComputerPlatform C# (CSharp) Метод

WithComputerPlatform() публичный Метод

Sets the ComputerPlatform property
public WithComputerPlatform ( String computerPlatform ) : MerchantItemAttributes
computerPlatform String ComputerPlatform property
Результат MerchantItemAttributes
        public MerchantItemAttributes WithComputerPlatform(String computerPlatform)
        {
            this.computerPlatformField = computerPlatform;
            return this;
        }
MerchantItemAttributes