Amazon.ECS.Model.SellerListingSearchRequest.WithOfferStatus C# (CSharp) Méthode

WithOfferStatus() public méthode

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