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

WithIdType() public method

Sets the IdType property
public WithIdType ( String idType ) : SellerListingLookupRequest
idType String IdType property
return SellerListingLookupRequest
        public SellerListingLookupRequest WithIdType(String idType)
        {
            this.idTypeField = idType;
            return this;
        }