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