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

WithTitle() 공개 메소드

Sets the Title property
public WithTitle ( String title ) : MerchantItemAttributes
title String Title property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTitle(String title)
        {
            this.titleField = title;
            return this;
        }
MerchantItemAttributes