Amazon.ECS.Model.SellerListingSearchRequest.WithOfferStatus C# (CSharp) 메소드

WithOfferStatus() 공개 메소드

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