Amazon.ECS.Model.SellerListingLookupRequest.WithIdType C# (CSharp) Метод

WithIdType() публичный Метод

Sets the IdType property
public WithIdType ( String idType ) : SellerListingLookupRequest
idType String IdType property
Результат SellerListingLookupRequest
        public SellerListingLookupRequest WithIdType(String idType)
        {
            this.idTypeField = idType;
            return this;
        }