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

WithComputerPlatform() public method

Sets the ComputerPlatform property
public WithComputerPlatform ( String computerPlatform ) : MerchantItemAttributes
computerPlatform String ComputerPlatform property
return MerchantItemAttributes
        public MerchantItemAttributes WithComputerPlatform(String computerPlatform)
        {
            this.computerPlatformField = computerPlatform;
            return this;
        }
MerchantItemAttributes