Amazon.ECS.Model.CartCreateItem.WithOfferListingId C# (CSharp) 메소드

WithOfferListingId() 공개 메소드

Sets the OfferListingId property
public WithOfferListingId ( String offerListingId ) : CartCreateItem
offerListingId String OfferListingId property
리턴 CartCreateItem
        public CartCreateItem WithOfferListingId(String offerListingId)
        {
            this.offerListingIdField = offerListingId;
            return this;
        }