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

WithCatalogNumber() 공개 메소드

Sets the CatalogNumber property
public WithCatalogNumber ( String catalogNumber ) : MerchantItemAttributes
catalogNumber String CatalogNumber property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithCatalogNumber(String catalogNumber)
        {
            this.catalogNumberField = catalogNumber;
            return this;
        }
MerchantItemAttributes