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;
        }