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

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

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