Amazon.ECS.Model.CartCreateItem.WithOfferListingId C# (CSharp) Method

WithOfferListingId() public method

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