Amazon.ECS.Model.SellerListingLookupRequest.WithId C# (CSharp) Method

WithId() public method

Sets the Id property
public WithId ( String id ) : SellerListingLookupRequest
id String Id property
return SellerListingLookupRequest
        public SellerListingLookupRequest WithId(String id)
        {
            this.idField = id;
            return this;
        }