Amazon.ECS.Model.SellerListingSearchRequest.WithOfferStatus C# (CSharp) Method

WithOfferStatus() public method

Sets the OfferStatus property
public WithOfferStatus ( String offerStatus ) : SellerListingSearchRequest
offerStatus String OfferStatus property
return SellerListingSearchRequest
        public SellerListingSearchRequest WithOfferStatus(String offerStatus)
        {
            this.offerStatusField = offerStatus;
            return this;
        }