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