Amazon.ECS.Model.CartCreateItem.WithAssociateTag C# (CSharp) Méthode

WithAssociateTag() public méthode

Sets the AssociateTag property
public WithAssociateTag ( String associateTag ) : CartCreateItem
associateTag String AssociateTag property
Résultat CartCreateItem
        public CartCreateItem WithAssociateTag(String associateTag)
        {
            this.associateTagField = associateTag;
            return this;
        }