Amazon.ECS.Model.CartAddItem.WithAssociateTag C# (CSharp) Метод

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

Sets the AssociateTag property
public WithAssociateTag ( String associateTag ) : CartAddItem
associateTag String AssociateTag property
Результат CartAddItem
        public CartAddItem WithAssociateTag(String associateTag)
        {
            this.associateTagField = associateTag;
            return this;
        }